Docs.rs
hala-sync-0.1.4
hala-sync 0.1.4
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
yayanyang
Dependencies
dashmap ^5.5.3
normal
hala-lockfree ^0.1
normal
log ^0.4
normal
parking_lot ^0.12.1
normal
optional
divan ^0.1
dev
futures ^0.3.29
dev
futures-test ^0.3
dev
pretty_env_logger ^0.5
dev
Versions
50%
of the crate is documented
Go to latest version
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
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
hala_sync
0.1.4
Module spin_simple
Structs
Type Aliases
In crate hala_sync
?
Module
hala_sync
::
spin_simple
source
·
[
−
]
Structs
§
SpinMutex
A spin style mutex implementation without handle thread-specific data.
SpinMutexGuard
RAII type that handle
scope lock
semantics
Type Aliases
§
AsyncSpinMutex
Futures-aware
SpinMutex
type