cppcoro/include/cppcoro
Lewis Baker 278c3181a6 Add detail::lightweight_manual_reset_event class.
Uses futex() on Linux, WaitOnAddress() on Win8+ and falls back to
Win32 events on earlier versions of Windows.
2017-08-10 07:34:09 +09:30
..
detail Add detail::lightweight_manual_reset_event class. 2017-08-10 07:34:09 +09:30
async_auto_reset_event.hpp Add async_auto_reset_event. 2017-07-21 23:04:56 +09:30
async_generator.hpp Suppress some Clang warnings about unused return values. 2017-08-03 00:12:47 +09:30
async_manual_reset_event.hpp Add async_manual_reset_event. 2017-07-25 07:10:50 +09:30
async_mutex.hpp Make interface of async_mutex more explicit. 2017-07-06 22:06:48 +09:30
broken_promise.hpp Add copyright headers to source files. 2017-04-02 09:44:53 +09:30
cancellation_registration.hpp Add missing #include in cancellation_registration.hpp 2017-07-17 07:32:27 +09:30
cancellation_source.hpp Initial version of cancellation_token. 2017-05-02 07:46:09 +09:30
cancellation_token.hpp Initial version of cancellation_token. 2017-05-02 07:46:09 +09:30
config.hpp Fixes to compile cleanly under MSVC warning-level 4 and /analyze. 2017-07-06 22:30:05 +09:30
file.hpp Remove io_context and just use io_service& directly. 2017-06-25 22:03:46 +09:30
file_buffering_mode.hpp Add async file I/O support for Win32 platform. 2017-05-27 21:26:59 +09:30
file_open_mode.hpp Add async file I/O support for Win32 platform. 2017-05-27 21:26:59 +09:30
file_read_operation.hpp Avoid nonstandard use of offsetof in file_[read/write]_operation. 2017-06-22 22:40:21 +09:30
file_share_mode.hpp Add async file I/O support for Win32 platform. 2017-05-27 21:26:59 +09:30
file_write_operation.hpp Avoid nonstandard use of offsetof in file_[read/write]_operation. 2017-06-22 22:40:21 +09:30
fmap.hpp Add missing #includes to fmap.hpp 2017-07-17 07:38:38 +09:30
generator.hpp Add deleted await_transform() to generator/recursive_generator. 2017-06-16 09:02:28 +09:30
io_service.hpp Explicitly declare io_service move constructor/assignment deleted. 2017-07-03 20:42:07 +09:30
lazy_task.hpp Add when_all() and when_all_ready(). 2017-08-02 08:32:10 +09:30
on_scope_exit.hpp Fix compilation errors in on_scope_exit/on_scope_failure. 2017-06-11 20:31:51 +09:30
operation_cancelled.hpp Add missing noexcept declaration to operation_cancelled::what(). 2017-07-17 07:40:35 +09:30
read_only_file.hpp Remove io_context and just use io_service& directly. 2017-06-25 22:03:46 +09:30
read_write_file.hpp Remove io_context and just use io_service& directly. 2017-06-25 22:03:46 +09:30
readable_file.hpp Add async file I/O support for Win32 platform. 2017-05-27 21:26:59 +09:30
recursive_generator.hpp Fix bug in recursive_generator<T> when building under Clang. 2017-07-18 22:03:27 +09:30
shared_lazy_task.hpp Remove hack workaround for co_return <void-expr> under clang. 2017-08-02 21:30:17 +09:30
shared_task.hpp Merge branch 'master' of github.com:lewissbaker/cppcoro into clang 2017-08-02 21:31:56 +09:30
single_consumer_event.hpp Add copyright headers to source files. 2017-04-02 09:44:53 +09:30
task.hpp Add when_all() and when_all_ready(). 2017-08-02 08:32:10 +09:30
when_all.hpp Add when_all() and when_all_ready(). 2017-08-02 08:32:10 +09:30
when_all_ready.hpp Add when_all() and when_all_ready(). 2017-08-02 08:32:10 +09:30
writable_file.hpp Add async file I/O support for Win32 platform. 2017-05-27 21:26:59 +09:30
write_only_file.hpp Remove io_context and just use io_service& directly. 2017-06-25 22:03:46 +09:30