↧
Answer by Jive Dadson for Minimalist dynamic task scheduler
Revision 3 This is probably the Director's Cut. The only thing I might do is to allow the user to choose whether to do the in-thread call (when necessary) either immediately or deferred. That would...
View ArticleAnswer by Harald Scheirich for Minimalist dynamic task scheduler
ObservationsWithout actually timing things these are just speculations ... It looks like you're basically using deferred as the strategy when you think that the pool is oversubscribed, which means that...
View ArticleMinimalist dynamic task scheduler
Dynamic execution policy did not make the cut for C++17. Submitted for your criticism, a minimalist dynamic task scheduler to use until the std::async sorts it out...I am interested not only in code...
View Article