commons::st_intr_hub Class Reference
A hub is a single point to signal to wake up a set of threads.
More...
#include <st.h>
List of all members.
|
Public Member Functions |
virtual void | insert (st_thread_t t)=0 |
virtual void | erase (st_thread_t t)=0 |
Detailed Description
A hub is a single point to signal to wake up a set of threads.
Threads join the hub before calling a blocking operation if they want to make themselves interruptible on this hub.
Definition at line 246 of file st.h.
The documentation for this class was generated from the following file: