Thrill  0.1
Dispatcher::Watch Struct Reference

Detailed Description

callback vectors per peer

Definition at line 225 of file dispatcher.hpp.

+ Collaboration diagram for Dispatcher::Watch:

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...
 

Member Data Documentation

◆ active

bool active = false

boolean check whether any callbacks are registered

Definition at line 227 of file dispatcher.hpp.

Referenced by Dispatcher::Cancel().

◆ except_cb

Callback except_cb

only one exception callback for the peer.

Definition at line 232 of file dispatcher.hpp.

Referenced by Dispatcher::Cancel().

◆ read_cb

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().


The documentation for this struct was generated from the following file: