MT Core (C++)
Core library for replacing C++ standard in project usage
|
A subscription to a broadcaster. More...
#include <broadcaster.hpp>
Public Member Functions | |
Result< void, AllocationError > | init (Allocator &alloc) |
Optional< T > | receive_block () |
void | deinit (Allocator &alloc) |
Public Attributes | |
Arc< Inbox< T > > | inbox |
A subscription to a broadcaster.
T | Type of elements that can be received |
Definition at line 46 of file broadcaster.hpp.
|
inline |
Definition at line 61 of file broadcaster.hpp.
|
inline |
|
inline |
Definition at line 56 of file broadcaster.hpp.
Arc<Inbox<T> > mtcore::thread::BroadcastSubscription< T >::inbox |
Definition at line 47 of file broadcaster.hpp.