commons::st_multichannel< T > Class Template Reference
An unbounded FIFO multi-cast channel, i.e.
More...
#include <st.h>
List of all members.
|
Public Member Functions |
void | push (const T &x) |
st_channel< T > & | subscribe () |
Detailed Description
template<typename T>
class commons::st_multichannel< T >
An unbounded FIFO multi-cast channel, i.e.
publish-subscribe.
Definition at line 224 of file st.h.
The documentation for this class was generated from the following file: