• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

jbaldwin / libcoro / 9921718395
87%

Build:
DEFAULT BRANCH: main
Ran 13 Jul 2024 05:39PM UTC
Jobs 1
Files 41
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 Jul 2024 06:29PM UTC coverage: 84.498% (+0.9%) from 83.609%
9921718395

push

github

web-flow
coro::thread_pool high cpu usage when tasks < threads (#265)

* coro::thread_pool high cpu usage when tasks < threads

The check for m_size > 0 was keeping threads awake in a spin state until
all tasks completed. This correctl now uses m_queue.size() behind the
lock to correctly only wake up threads on the condition variable when
tasks are waiting to be processed.

* Fix deadlock with task_container and tls::client with the client's
  destructor scheduling a tls cleanup task, the task_container's lock
was being locked twice when the cleanup task was being destroyed.

Closes #262

* Adjust when task_container's user_task is deleted

It is now deleted inline in make_user_task so any destructors that get
invoked that possibly schedule more coroutines do not cause a deadlock

* io_scheduler is now std::enable_shared_from_this

51 of 64 new or added lines in 5 files covered. (79.69%)

51 existing lines in 4 files now uncovered.

1379 of 1632 relevant lines covered (84.5%)

4234968.15 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
3
75.0
include/coro/io_scheduler.hpp
10
81.16
-13.48% src/thread_pool.cpp

Uncovered Existing Lines

Lines Coverage ∆ File
1
81.16
-13.48% src/thread_pool.cpp
3
76.92
3.59% src/sync_wait.cpp
17
52.24
-5.14% src/net/socket.cpp
30
84.18
-10.26% src/io_scheduler.cpp
Jobs
ID Job ID Ran Files Coverage
1 9921718395.1 13 Jul 2024 05:39PM UTC 41
84.5
GitHub Action Run
Source Files on build 9921718395
  • Tree
  • List 41
  • Changed 8
  • Source Changed 8
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #9921718395
  • 5697678d on github
  • Prev Build on main (#B3FB2430...)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc