starina_api

Module sync

Source
Expand description

Synchronization primitives such as Arc and Weak.

Structs§

  • A thread-safe reference-counting pointer. ‘Arc’ stands for ‘Atomically Reference Counted’.
  • Weak is a version of Arc that holds a non-owning reference to the managed allocation.