1
0
Fork 0
mirror of https://gitlab.com/niansa/libcrosscoro.git synced 2025-03-06 20:53:32 +01:00
libcrosscoro/inc/coro
Josh Baldwin b15c7c1d16
io_scheduler support timeouts (#20)
* io_scheduler support timeouts

Closes #19

* io_scheduler resume_token<poll_status> for poll()

* io_scheduler read/write now use poll_status + size return
2020-11-11 23:06:42 -07:00
..
detail Scheduler now correctly co_await's the user tasks from cleanup task (#14) 2020-10-28 17:35:23 -06:00
awaitable.hpp add tcp_scheduler (#18) 2020-11-01 18:46:41 -07:00
coro.hpp add tcp_scheduler (#18) 2020-11-01 18:46:41 -07:00
event.hpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
generator.hpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
io_scheduler.hpp io_scheduler support timeouts (#20) 2020-11-11 23:06:42 -07:00
latch.hpp Issue 5/clang format (#6) 2020-10-14 08:53:00 -06:00
poll.hpp io_scheduler support timeouts (#20) 2020-11-11 23:06:42 -07:00
promise.hpp Scheduler now correctly co_await's the user tasks from cleanup task (#14) 2020-10-28 17:35:23 -06:00
shutdown.hpp Scheduler now correctly co_await's the user tasks from cleanup task (#14) 2020-10-28 17:35:23 -06:00
socket.hpp add tcp_scheduler (#18) 2020-11-01 18:46:41 -07:00
sync_wait.hpp Scheduler now correctly co_await's the user tasks from cleanup task (#14) 2020-10-28 17:35:23 -06:00
task.hpp Scheduler now correctly co_await's the user tasks from cleanup task (#14) 2020-10-28 17:35:23 -06:00
tcp_scheduler.hpp add tcp_scheduler (#18) 2020-11-01 18:46:41 -07:00
thread_pool.hpp io_scheduler support timeouts (#20) 2020-11-11 23:06:42 -07:00
when_all.hpp Scheduler now correctly co_await's the user tasks from cleanup task (#14) 2020-10-28 17:35:23 -06:00