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

Overview

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

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

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

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)
 

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