Skip to content

Releases: jbaldwin/libcoro

v0.7

23 Mar 18:04
a4fb42a
Compare
Choose a tag to compare
  • Fix race condition in coro::ring_buffer
  • Added examples + benchmarks for tcp and http echo servers

v0.6

07 Oct 00:15
dd67c85
Compare
Choose a tag to compare

#121 Upgrade to make the project work with nix

Remove exceptions for control flow

04 Jul 18:55
acbe301
Compare
Choose a tag to compare

#117 Remove exceptions for control flow
#116 Switch to main branch

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.