There is also important note, that default/common ...
# coroutines
o
There is also important note, that default/common FJP behaviour is LIFO (stack) for tasks scheduled from other tasks, if you want it for job scheduling, may be consider FIFO using
true
as async param to constructor