Crate rwcell [] [src]

Modules

intrusive_rc
rwcell

Structs

CellRead

The reading-half of RWCell type. This half can only be owned by one thread

CellWrite

The writing-half of the RWCell type. This half can only be owned by one thread, but it can be cloned to send to other threads.