[][src]Module flv_future_aio::sync

Structs

Channel

abstraction for multi sender receiver channel

Receiver

The receiving side of a channel.

RwLock

A reader-writer lock for protecting shared data.

RwLockReadGuard

A guard that releases the read lock when dropped.

RwLockWriteGuard

A guard that releases the write lock when dropped.

Sender

The sending side of a channel.