1
0
Fork 0
mirror of https://gitlab.com/niansa/libcrosscoro.git synced 2025-03-06 20:53:32 +01:00
libcrosscoro/inc/coro
2021-03-07 11:08:31 -07:00
..
concepts coro::mutex (#35) 2021-01-16 20:27:11 -07:00
detail Scheduler now correctly co_await's the user tasks from cleanup task (#14) 2020-10-28 17:35:23 -06:00
net coro::task_container example (#58) 2021-02-15 20:17:11 -07:00
coro.hpp coro::shared_mutex (#67) 2021-02-27 12:04:49 -07:00
event.hpp io_scheduler uses thread pool to schedule work (#42) 2021-01-24 19:34:39 -07:00
generator.hpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
io_scheduler.hpp io_scheduler example (#57) 2021-02-15 18:52:45 -07:00
latch.hpp Add coro::mutex example to readme (#45) 2021-01-30 16:09:31 -07:00
mutex.hpp coro::mutex remove std::mutex requirement, only 1 atomic with CAS (#71) 2021-02-27 14:46:37 -07:00
poll.hpp libc-ares dns client for hostname -> ip addres lookups (#24) 2020-12-29 17:19:26 -07:00
ring_buffer.hpp Update README with section links (#70) 2021-02-27 12:33:42 -07:00
semaphore.hpp Backport bugs found from issue-72 (lockless thread_pool queue) (#75) 2021-03-07 11:08:31 -07:00
shared_mutex.hpp coro::shared_mutex (#67) 2021-02-27 12:04:49 -07:00
shutdown.hpp Scheduler now correctly co_await's the user tasks from cleanup task (#14) 2020-10-28 17:35:23 -06:00
stop_signal.hpp coro::semaphore (#65) 2021-02-23 11:05:21 -07:00
sync_wait.hpp Add coro::mutex example to readme (#45) 2021-01-30 16:09:31 -07:00
task.hpp coro::mutex (#35) 2021-01-16 20:27:11 -07:00
task_container.hpp coro::task_container example (#58) 2021-02-15 20:17:11 -07:00
thread_pool.hpp Backport bugs found from issue-72 (lockless thread_pool queue) (#75) 2021-03-07 11:08:31 -07:00
when_all.hpp coro::when_all() always takes ownership (#63) 2021-02-17 10:50:51 -07:00