1
0
Fork 0
mirror of https://gitlab.com/niansa/libasync.git synced 2025-03-06 20:53:29 +01:00
libasync/include/async
2023-05-05 09:50:18 +02:00
..
algorithm.hpp algorithm: fix race_and_cancel inline completion 2021-10-29 21:52:43 +02:00
basic.hpp basic: get rid of run_token, current_queue and awaitable<T> 2021-10-29 21:52:43 +02:00
cancellation.hpp cancellation: Add missing value_type 2021-04-23 21:19:37 +02:00
execution.hpp execution: fix indentation 2022-01-25 13:43:52 +01:00
mutex.hpp mutex: Fix multiple shared locks in shared_mutex 2021-07-25 14:34:11 +02:00
oneshot-event.hpp oneshot-event: Add non-cancellable wait() 2021-05-20 17:15:03 +02:00
post-ack.hpp post-ack: replace std::find_if with hand-written loop 2022-01-25 13:43:52 +01:00
promise.hpp promise: refactor into promise + future, move into it's own file 2021-09-25 19:00:45 +02:00
queue.hpp queue: Make async::queue thread-safe 2021-04-23 21:15:40 +02:00
recurring-event.hpp recurring-event: fix warning about non-virtual dtor 2021-10-19 23:04:59 +02:00
result.hpp Marked async::result as nodiscard 2023-05-05 09:50:18 +02:00
sequenced-event.hpp sequenced-event: rewrite in terms of recurring-event 2021-10-19 23:04:50 +02:00