|
| | co_task.hpp |
| | This header file is part of the event library; it contains the base class for stackless coroutine tasks.
|
| |
| | ev.h |
| | This is the public header file of the event library.
|
| |
| | exec.h |
| | This header file is part of the event library; it contains the abstract task executor interface.
|
| |
| | exec.hpp |
| | This header file is part of the event library; it contains the C++ interface for the abstract task executor.
|
| |
| | fiber_exec.h |
| | This header file is part of the event library; it contains the fiber executor, mutex and condition variable declarations.
|
| |
| | fiber_exec.hpp |
| | This header file is part of the event library; it contains the C++ interface for the fiber executor, mutex and condition variable.
|
| |
| | future.h |
| | This header file is part of the event library; it contains the futures and promises declarations.
|
| |
| | future.hpp |
| | This header file is part of the event library; it contains the C++ interface for the futures and promises.
|
| |
| | loop.h |
| | This header file is part of the event library; it contains the polling event loop declarations.
|
| |
| | loop.hpp |
| | This header file is part of the event library; it contains the C++ interface for the polling event loop.
|
| |
| | poll.h |
| | This header file is part of the event library; it contains the abstract polling interface.
|
| |
| | poll.hpp |
| | This header file is part of the event library; it contains the C++ interface for the abstract polling interface.
|
| |
| | std_exec.h |
| | This header file is part of the event library; it contains the standard executor declarations.
|
| |
| | strand.h |
| | This header file is part of the event library; it contains the strand executor declarations.
|
| |
| | strand.hpp |
| | This header file is part of the event library; it contains the C++ interface for the strand executor.
|
| |
| | task.h |
| | This header file is part of the event library; it contains the task declarations.
|
| |
| | task.hpp |
| | This header file is part of the event library; it contains the basic C++ task interface.
|
| |
| | thrd_loop.h |
| | This header file is part of the event library; it contains the thread-local event loop declarations.
|
| |
| | thrd_loop.hpp |
| | This header file is part of the event library; it contains the C++ interface for the thread-local event loop.
|
| |