FiberIO
Fiber-based C++ network library
fiberio.hpp
Go to the documentation of this file.
1 #ifndef _FIBERIO_FIBERIO_H_
2 #define _FIBERIO_FIBERIO_H_
3 
9 namespace fiberio {
10 
12 void use_on_this_thread();
13 
14 }
15 
16 #endif
void use_on_this_thread()
Call this first thing on a thread to use FiberIO on that thread.