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

Overview

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

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

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

Friends

template<typename U >
std::optional< std::tuple< MpscChannelHandle< U >, Receiver< U > > > CreateMpscChannel (Allocator &, uint16_t)
 
template<typename U , uint16_t kCapacity>
std::tuple< MpscChannelHandle< U >, Receiver< U > > CreateMpscChannel (ChannelStorage< U, kCapacity > &storage)
 

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