Expand description
Async-sync bridging utilities for Dash Platform.
Provides block_on – a function that bridges async futures into sync code,
handling multiple tokio runtime flavors (no runtime, current-thread, multi-thread).
Enums§
Functions§
- block_
on - Blocks on the provided future and returns the result.