CCreate
ccreate
- Utilities to wrap legacy C data type pointers in std::unique_ptr
with a custom deleter.
Channel
closed_channel
- Closed channel exception.
empty_closed_channel
- Empty closed channel exception.
channel
- Channels are pipes that can receive and send data among different threads.
ichannel
- Input channel that can be constructed from a channel.
ochannel
- Output channel that can be constructed from a channel.
Colony
colony
- Colonies are unordered lists suitable for high-modification scenarios.
sentinel
- Colony’s sentinel
iterator
- Stable forward iterator.
const_iterator
- Stable forward iterator of immutable elements.