A handle to a single-producer, multi-consumer channel.
Friends | |
| template<typename U > | |
| std::optional< std::tuple< SpmcChannelHandle< U >, Sender< U > > > | CreateSpmcChannel (Allocator &, uint16_t) |
| template<typename U , uint16_t kCapacity> | |
| std::tuple< SpmcChannelHandle< U >, Sender< U > > | CreateSpmcChannel (ChannelStorage< U, kCapacity > &storage) |