Open
Description
Parent issue to track:
- Move the
runtime
and associated trait from behind experimental feature flag. This requires thoroughly reviewing the public API and trim any excess. - Provide implementation of thread-based using
runtime
trait. (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)