Modules§
Structs§
- Channel
Key - The key used for accessing a channel pointer, such as a
DirectedChannelPointer
or anUndirectedChannelPointer
. 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
, aWriteOnlyDataPointer
, or aDataPointer
. Only one can simultaneously exist at any point, and only if there is no channel key. - Master
Key - The master key. Only one instance of this type can exist at any time.