Example #1
0
File: WorkQ.hpp Project: urykhy/rpc
 void reset() {
     io_service.reset();
 }
Example #2
0
void Connection::poll()
{
    // reset must always be called prior to poll
    g_ioService.reset();
    g_ioService.poll();
}
Example #3
0
void Connection::poll()
{
    g_ioService.poll();
    g_ioService.reset();
}