Thrill
0.1
|
callback vectors per peer
Definition at line 225 of file dispatcher.hpp.
Public Attributes | |
bool | active = false |
boolean check whether any callbacks are registered More... | |
Callback | except_cb |
only one exception callback for the peer. More... | |
std::deque< Callback, mem::GPoolAllocator< Callback > > | read_cb |
queue of callbacks for peer. More... | |
bool active = false |
boolean check whether any callbacks are registered
Definition at line 227 of file dispatcher.hpp.
Referenced by Dispatcher::Cancel().
Callback except_cb |
only one exception callback for the peer.
Definition at line 232 of file dispatcher.hpp.
Referenced by Dispatcher::Cancel().
std::deque<Callback, mem::GPoolAllocator<Callback> > read_cb |
queue of callbacks for peer.
Definition at line 230 of file dispatcher.hpp.
Referenced by Dispatcher::Cancel().