near-async 0.34.3

This crate contains the async helpers specific for nearcore
Documentation
1
2
3
4
5
6
7
mod runtime;
pub(crate) mod runtime_handle;
mod sender;
#[cfg(test)]
mod test;

pub use runtime_handle::TokioRuntimeHandle;