An Advanced Priority Scheduler for Coroutines
Today, I use the straightforward scheduler from the post “A Priority Scheduler for Coroutines” and improve its priority handling. This is the fourth post in my miniseries about schedulers for C++ coroutines. The first two posts were guest posts by Dian-Lun Lin: Dian-Lun’s schedulers were based on the container adaptor std::stack and std::queue. The std::stack […]