Skip to content

fidius-core::async_runtime Rust

Per-dylib async runtime for plugin methods.

When the async feature is enabled, this module provides a lazily-initialized tokio runtime shared across all plugin implementations in the dylib. The generated shims call FIDIUS_RUNTIME.block_on(...) for async methods.