[Boost-users] suspendable/resumable/prioritizable task dispatcher

2022-08-28 Thread chris-boostusers--- via Boost-users
Hi, Unfortunately I don't have the vocabulary needed to ask this question, but hopefully I'll learn it here. Does Boost have something that will help me with this problem: I have a list of CPU-bound tasks I need to perform. I'll list two of them here: a) compute first zillion digits of

Re: [Boost-users] suspendable/resumable/prioritizable task dispatcher

2022-08-31 Thread chris-boostusers--- via Boost-users
On 8/28/22 4:06 PM, Gavin Lambert via Boost-users wrote: Scheduling coroutines is in Boost.Fiber's wheelhouse.  I don't think it provides a priority-based scheduler out of the box, but it does discuss it as a customisation point at Gavin, Thank you. I had never heard of a "fiber" before but