MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ m_pending_value

template<typename T >
T MayaFlux::Vruta::BroadcastSource< T >::m_pending_value {}
private

Pending value written by signal() when no waiter is registered.

Written only by the signal() caller; read only by the coroutine thread.

Definition at line 103 of file BroadcastSource.hpp.

103{};

Referenced by MayaFlux::Vruta::BroadcastSource< T >::pop_pending(), and MayaFlux::Vruta::BroadcastSource< T >::signal().