Docs.rs
sync-utils-0.1.3
sync-utils 0.1.3
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
frostyplanet
Dependencies
async-trait ^0
normal
atomic-waitgroup ^0
normal
chrono ^0
normal
core_affinity ^0.5
normal
crossfire ^1.1
normal
lazy_static ^1.4
normal
log ^0.4
normal
num_cpus ^1
normal
parking_lot ^0.9
normal
tokio ^1
normal
captains-log ^0.3.2
dev
crossbeam ^0.8
dev
tokio ^1
dev
Versions
29.58%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sync_
utils
0.1.3
Module blocking_
async
Module Items
Structs
In crate sync_
utils
sync_utils
Module
blocking_async
Copy item path
Source
Expand description
Execute future in blocking context
Structs
ยง
Blocking
Future
For the use in blocking context, spawn a future into given tokio runtime and wait for result.