Hacker News new | ask | show | jobs
by tym0 2273 days ago
If my memory serves right, there is one in std but it's too simple for most use cases.
1 comments

No. As of now, std does not contain any executors. Only the minimal machinery that the compiler needs to know about in order to translate async code into structs implementing the Future trait.

I think we will see an executor in std at some point, but seeing how executor design is still an ongoing area of research, it's really good that they didn't include an executor in std prematurely.