wlandau / crew

A distributed worker launcher
https://wlandau.github.io/crew/
Other
123 stars 4 forks source link

Simplify count of unresolved tasks #131

Closed wlandau closed 12 months ago

wlandau commented 12 months ago

C.f. https://github.com/shikokuchuo/mirai/discussions/78#discussioncomment-7148551. Use nanonext::cv_value(mirai::nextget("cv")) to get tasks instead of looping through .unresolved(). This should make collect() obsolete and should simplify methods like pop(), wait(), and scale().

wlandau commented 12 months ago

implemented