EpollSelectDispatcher.select

Executes an epoll select.

class EpollSelectDispatcher
protected
uint
select
()

Parameters

exit_asap bool

if set to 'true', epoll will exit immediately if there are no events to trigger. Otherwise epoll will wait indefinitely until any event fires.

Return Value

Type: uint

the number of epoll keys for which an event was reported.

Meta