example : thread pool + increase asio threads
Open
- Dominant language
- C++
- Stars
- 347
- Forks
- 47
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 1
Description
I am looking for minimal example:
- dispatch cpu work function on a thread pool
- how to increase asio threads (cobalt is single threaded, but in plain asio additional io threads can be added with `io_threads.emplace_back([&io_main]() { io_main.run(); };`)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.