Thrill  0.1
dispatcher_thread.hpp File Reference
+ Include dependency graph for dispatcher_thread.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DispatcherThread
 DispatcherThread contains a net::Dispatcher object and an associated thread that runs in the dispatching loop. More...
 

Namespaces

 thrill
 
 thrill::net
 

Macros

#define THRILL_NET_DISPATCHER_THREAD_HEADER
 

Typedefs

using AsyncDispatcherThreadCallback = tlx::delegate< void(class Dispatcher &), mem::GPoolAllocator< char > >
 Signature of generic dispatcher callback. More...
 
using AsyncReadCallback = tlx::delegate< void(Connection &c, Buffer &&buffer), mem::GPoolAllocator< char > >
 Signature of async read callbacks. More...
 

Macro Definition Documentation

◆ THRILL_NET_DISPATCHER_THREAD_HEADER

#define THRILL_NET_DISPATCHER_THREAD_HEADER

Definition at line 16 of file dispatcher_thread.hpp.