Docs.rs
reifydb-runtime-0.4.0
reifydb-runtime 0.4.0
Docs.rs crate page
AGPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
dao-ming-dev
Dependencies
cfg-if ^1.0
normal
futures-util ^0.3.31
normal
serde ^1.0.219
normal
tracing ^0.1.43
normal
xxhash-rust ^0.8
normal
reifydb-build ^0.4.0
build
crossbeam-channel ^0.5.13
normal
dashmap ^7.0.0-rc2
normal
parking_lot ^0.12.5
normal
rayon ^1.11.0
normal
tokio ^1.48.0
normal
js-sys ^0.3.85
normal
wasm-bindgen ^0.2.108
normal
wasm-bindgen-futures ^0.4.58
normal
web-sys ^0.3.85
normal
Versions
85.14%
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
Skip to main content
Module native
reifydb_
runtime
0.4.0
Module native
Module Items
Structs
In reifydb_
runtime::
sync::
condvar
reifydb_runtime
::
sync
::
condvar
Module
native
Copy item path
Source
Expand description
Native Condvar implementation using parking_lot.
Structs
ยง
Condvar
Inner
Native condition variable implementation wrapping Condvar.