napi_async_local 0.2.0

Extends napi-rs with the ability to run local futures
Documentation
1
2
3
4
5
6
7
mod js_rc;
mod js_rc_ext;
pub(crate) mod root;
pub(crate) mod store;

pub use self::js_rc::*;
pub use self::js_rc_ext::*;