Skip to main content

Module async_runtime

Module async_runtime 

Source
Expand description

Async runtime helpers for panic-safe blocking execution.

Functions§

run_blockingasync
Runs a blocking function on Tokio’s blocking pool and maps panics/joins to TaskFailed.