Skip to main content

Module sync

Module sync 

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.