Docs.rs
jthread-0.1.1
jthread 0.1.1
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
MovAh13h
Dependencies
lazy_static ^1.4.0
normal
criterion ^0.5.1
dev
Versions
75%
of the crate is documented
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
jthread
0.1.1
All Items
Crate Items
Macros
Structs
Enums
Functions
Crate
jthread
Copy item path
Source
Macros
§
sync
The
sync
macro is a convenient way to acquire locks on one or more
JMutex
instances within a single closure.
Structs
§
JMutex
A region-aware mutex wrapper.
Region
Represents a region in the context of JThread
Enums
§
JError
The JThread Error type
Functions
§
sync1
sync2
sync3