Module rspotify::sync

source ·
Expand description

Synchronization primitives that have both synchronous and asynchronous variants under the same interface.

Type Aliases§

  • A type alias for either an asynchronous mutex or std::sync::Mutex, depending on whether this library is compiled in asynchronous or synchronous mode.