jbaldwin / libcoro

C++20 coroutine library
Apache License 2.0
566 stars 57 forks source link

Test "benchmark tcp_server echo server thread pool" is flakey #207

Closed jbaldwin closed 10 months ago

jbaldwin commented 10 months ago

This test had a race condition in a counter that wasn't atomic. I've re-worked the test to make more sense since it uses thread pools.

Closes #206