Docs.rs
devela_base_alloc-0.25.0
devela_base_alloc 0.25.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
joseluis
Dependencies
devela_base_core ^0.25.0
normal
portable-atomic-util ^0.2.5
normal
optional
Versions
100%
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 sync
devela_
base_
alloc
0.25.0
Module sync
Module Items
Structs
In devela_
base_
alloc::
work
devela_base_alloc
::
work
Module
sync
Copy item path
Source
Expand description
Synchronization mechanisms for concurrent work.
sync
โ
Extends: std::{
sync
}
Structs
ยง
Arc
๐งต
โ๏ธ
๐
?alloc
A thread-safe reference-counting pointer.
ArcWeak
๐งต
โ๏ธ
๐
?alloc
A version of
Arc
that holds a non-owning reference.