Skip to main content

Crate dash_async

Crate dash_async 

Source
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§

AsyncError

Functions§

block_on
Blocks on the provided future and returns the result.