|
libtasks Documentation
1.6
|
#include <worker.h>

Public Attributes | |
| tasks::event_task * | task |
| int | revents |
Put all queued events into a queue instead of handling them directly from handle_io_event as multiple events can fire and we want to promote the next leader after the ev_loop call returns to avoid calling it from multiple threads.
| tasks::event_task* tasks::event::task |