near-async 0.34.7

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

pub use futures::CancellableFutureSpawner;
pub use runtime_handle::TokioRuntimeHandle;