Crate swap_channel

Source

Modules§

directed
undirected

Structs§

ChannelKey
The key used for accessing a channel pointer, such as a DirectedChannelPointer or an UndirectedChannelPointer. Only one can simultaneously exist at any point, and only if there is no data key.
DataKey
The key used for accessing a data pointer, such as a ReadOnlyDataPointer, a WriteOnlyDataPointer, or a DataPointer. Only one can simultaneously exist at any point, and only if there is no channel key.
MasterKey
The master key. Only one instance of this type can exist at any time.