EpollSelectDispatcher.shutdown

Causes the event loop to exit before entering the next wait cycle.

Note that after calling shutdown() the select dispatcher is left in an invalid state, where register() and unregister() calls will cause seg faults and further calls to eventLoop() will exit immediately. (See TODO in eventLoop().)

class EpollSelectDispatcher
void
shutdown
()

Meta