C/C++ API Reference
Loading...
Searching...
No Matches
pw::stream::MpscWriter::Request Struct Reference

Overview

A per-writer thread notification that can be added to a reader's list.

The reader maintains a list of outstanding requests to write data. As data is read, and space to write data becomes available, it uses these requests to signal the waiting the writers.

Inheritance diagram for pw::stream::MpscWriter::Request:
pw::containers::future::IntrusiveList< T >::Item

Public Attributes

sync::TimedThreadNotification notification
 

Additional Inherited Members

- Protected Member Functions inherited from pw::containers::future::IntrusiveList< T >::Item
constexpr Item ()=default
 

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