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