Docs.rs
napi-async-runtime-0.2.2
napi-async-runtime 0.2.2
Permalink
Docs.rs crate page
MIT
20 September 2026
Links
Repository
crates.io
Source
Owners
Brooooooklyn
Dependencies
arc-swap ^1
normal
async-task ^4.7.1
normal
futures ^0.3
normal
napi ^3
normal
optional
napi-derive ^3
normal
optional
rustc-hash ^2
normal
napi ^3
dev
crossbeam-deque ^0.8
normal
rayon ^1.12
normal
Versions
43.06%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
block_on_dyn
napi_
async_
runtime
0.2.2
napi_async_runtime
Function
block_
on_
dyn
Copy item path
Source
pub fn block_on_dyn(future:
Pin
<&mut dyn
Future
<Output =
()
>>)