Docs.rs
foyer-common-0.20.1
foyer-common 0.20.1
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
MrCroxx
Dependencies
bincode ^1
normal
optional
bytes ^1
normal
cfg-if ^1
normal
fastrace ^0.7
normal
optional
itertools ^0.14
normal
mixtrics ^0.2
normal
parking_lot ^0.12
normal
pin-project ^1
normal
serde ^1
normal
optional
thiserror ^2
normal
twox-hash ^2
normal
bytes ^1
dev
criterion ^0.6
dev
mixtrics ^0.2
dev
paste ^1
dev
rand ^0.9
dev
serde ^1
dev
serde_bytes ^0.11
dev
madsim-tokio ^0.2
normal
tokio ^1
normal
Versions
68.85%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
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
Module asyncify
foyer_
common
0.20.1
Module asyncify
Module Items
Functions
In crate foyer_
common
foyer_common
Module
asyncify
Copy item path
Source
Expand description
The util that convert the blocking call to async call.
Functions
ยง
asyncify_
with_
runtime
Convert the block call to async call with given runtime handle.