Andrew Gazelka
04/16/2018, 5:16 PMresult
. I want to quickly find a test case, where result < c
, where c
is a constant. Is there any way I can cleanly structure my code to achieve this?var done: Boolean
variable, where each coroutine skips if done
is true. Is this good structure?bj0
04/16/2018, 5:39 PMAndrew Gazelka
04/16/2018, 5:55 PMbj0
04/16/2018, 5:56 PMAndrew Gazelka
04/16/2018, 5:57 PMNone
)launch{}
Jobs are finishedbj0
04/16/2018, 6:37 PMjoin
on them