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