Skip to content

Releases: jbaldwin/libcoro

Update catch2 to v3

03 Jul 14:29
cf82122
Compare
Choose a tag to compare

#110 Fix exception throwing in coroutines

04 Dec 00:08
5495bfa
Compare
Choose a tag to compare

#110 Fix exceptions being thrown at the wrong point in coroutines

io_scheduler thread_pool OR inline task execution

23 May 02:05
78b6e19
Compare
Choose a tag to compare
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

Initial pre-release

07 Mar 20:40
6220b61
Compare
Choose a tag to compare
Initial pre-release Pre-release
Pre-release

Basic coroutine constructs for C++20 along with thread_pool, io_scheduler and tcp client/server with SSL support.