Expand description
Hook trait for the optional async runtime (cljrs-async).
Core crates never import Tokio. When cljrs-async is linked, it calls
GlobalEnv::set_async_runtime to install itself. The evaluator then
delegates ^:async fn dispatch through this trait.
Traitsยง
- Async
Runtime - Interface implemented by
cljrs-asyncand registered withGlobalEnv.