C/C++ API Reference
Loading...
Searching...
No Matches
pw::async2::MpmcChannelHandle< T > Class Template Referencefinal

Overview

template<typename T>
class pw::async2::MpmcChannelHandle< T >

A handle to a multi-producer, multi-consumer channel.

Inheritance diagram for pw::async2::MpmcChannelHandle< T >:
pw::async2::internal::ChannelHandle< T >

Friends

template<typename U >
std::optional< MpmcChannelHandle< U > > CreateMpmcChannel (Allocator &, uint16_t)
 
template<typename U , uint16_t kCapacity>
MpmcChannelHandle< U > CreateMpmcChannel (ChannelStorage< U, kCapacity > &storage)
 

The documentation for this class was generated from the following file: