Open uvd opened 4 years ago
Please review the RFC process.
It likely that a simple single-threaded executor will be a added to libstd at some point, but almost all production uses of async/await will still want to use their own executor tailored to the specific application's needs.
What causes the ecosystem split is not having multiple executors, but multiple reactors, so putting work into how to provide a generic reactor in libstd, or how to enable interop between them would be more useful for solving this problem.
Will rust refer to c++'s recent proposal of unified executor target c++23?
terminated async runtime ecosystem split