nrc / portable-interoperable

Async fundamentals initiative: portable and interoperable
Apache License 2.0
74 stars 0 forks source link

Tracking issue: ease of use #3

Open nrc opened 2 years ago

nrc commented 2 years ago

There are many areas of friction around async runtimes, lets try and smooth things out!

Some things that I'm aware of:

Open issues

Noah-Kennedy commented 2 years ago

I do not think we should expose an executor for std. My main concern is that this will become the standard around which other things will be coupled, making it harder for other runtimes which do IO using different interfaces for example, to integrate with the ecosystem.