Docs.rs
trust-std-0.2.0
trust-std 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
briannadoubt
Dependencies
Versions
78.26%
of the crate is documented
Go to latest version
Platform
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
trust_
std
0.2.0
Module sync
Module Items
Functions
In crate trust_
std
trust_std
Module
sync
Copy item path
Source
Functions
ยง
arc_new
Wrap
value
in an
Arc
.
channel
Create a new asynchronous channel, returning
(sender, receiver)
.
mutex_
new
Wrap
value
in a
Mutex
.
rwlock_
new
Wrap
value
in an
RwLock
.