|
| ev.h |
| This is the internal header file of the event library.
|
|
| exec.c |
| This file is part of the event library; it exposes the abstract executor functions.
|
|
| fiber_exec.c |
| This file is part of the event library; it contains the implementation of the fiber executor functions.
|
|
| future.c |
| This file is part of the event library; it contains the implementation of the futures and promises functions.
|
|
| loop.c |
| This file is part of the event library; it contains the implementation of the polling event loop functions.
|
|
| poll.c |
| This file is part of the event library; it exposes the abstract polling functions.
|
|
| std_exec.c |
| This file is part of the event library; it contains the implementation of the standard executor functions.
|
|
| strand.c |
| This file is part of the event library; it contains the implementation of the strand executor functions.
|
|
| task.c |
| This file is part of the event library; it contains the implementation of the task functions.
|
|
| thrd_loop.c |
| This file is part of the event library; it contains the implementation of the thread-local event loop functions.
|
|