1
0
Fork 0
mirror of https://gitlab.com/niansa/libcrosscoro.git synced 2025-03-06 20:53:32 +01:00
libcrosscoro/test
Josh Baldwin 78b6e19927
Update docs on io_scheduler for inline processing (#84)
* Update docs on io_scheduler for inline processing

Support gcc 10.3.1 (fedora 33 updated)
Update ci.yml to run fedora 32,33,34 and support both
gcc 10.2.1 and 10.3.1

* fedora 32 -> gcc-c++ drop version

* Update ci.yml and test_latch.cpp
2021-05-22 19:58:46 -06:00
..
net io_scheduler inline support (#79) 2021-04-11 15:07:01 -06:00
bench.cpp io_scheduler inline support (#79) 2021-04-11 15:07:01 -06:00
catch.hpp task and async_manual_reset_event 2020-09-07 18:21:40 -06:00
CMakeLists.txt coro::shared_mutex (#67) 2021-02-27 12:04:49 -07:00
main.cpp Add SSL/TLS support for TCP client/server via OpenSSL (#54) 2021-02-15 14:01:48 -07:00
test_event.cpp io_scheduler uses thread pool to schedule work (#42) 2021-01-24 19:34:39 -07:00
test_generator.cpp io_scheduler uses thread pool to schedule work (#42) 2021-01-24 19:34:39 -07:00
test_io_scheduler.cpp io_scheduler inline support (#79) 2021-04-11 15:07:01 -06:00
test_latch.cpp Update docs on io_scheduler for inline processing (#84) 2021-05-22 19:58:46 -06:00
test_mutex.cpp coro::mutex remove std::mutex requirement, only 1 atomic with CAS (#71) 2021-02-27 14:46:37 -07:00
test_ring_buffer.cpp Update README with section links (#70) 2021-02-27 12:33:42 -07:00
test_semaphore.cpp Backport bugs found from issue-72 (lockless thread_pool queue) (#75) 2021-03-07 11:08:31 -07:00
test_shared_mutex.cpp io_scheduler inline support (#79) 2021-04-11 15:07:01 -06:00
test_sync_wait.cpp io_scheduler uses thread pool to schedule work (#42) 2021-01-24 19:34:39 -07:00
test_task.cpp Update docs on io_scheduler for inline processing (#84) 2021-05-22 19:58:46 -06:00
test_thread_pool.cpp io_scheduler inline support (#79) 2021-04-11 15:07:01 -06:00
test_when_all.cpp coro::when_all() always takes ownership (#63) 2021-02-17 10:50:51 -07:00