Module abi_stable::external_types::parking_lot

source ·
Expand description

Ffi-safe synchronization primitives,most of which are ffi-safe wrappers of parking_lot types

Re-exports§

Modules§

  • Contains an ffi-safe equivalent of parking_lot::Mutex.
  • Contains an ffi-safe wrapper for parking_lot::Once.
  • Contains an ffi-safe equivalent of parking_lot::RwLock.