-
Notifications
You must be signed in to change notification settings - Fork 593
Open
Labels
Description
Parent issue to track:
- Move the
runtimeand associated trait from behind experimental feature flag. This requires thoroughly reviewing the public API and trim any excess. - Provide implementation of thread-based using
runtimetrait. (And keep it default) - Provide implementation of runtime for tokio,async-std. (It exists today, but under experimental ff.)
- Add tests for each implementation. (integration test too)
- Provide ability to bring your-own-runtime (again, this is available but behind experimental ff)
CathalMullan