Module summa_core::utils::sync

source ·

Structs

  • Handler wraps data with Arc and notifies exteriors by channel when dropping
  • OwningHandler is like Arc but with additional possibility to wait until the last strong reference drops and then return wrapped data.