It's a program with a custom Thread Pool, a parent...
# coroutines
e
It's a program with a custom Thread Pool, a parent coroutine and 10 children coroutines with the same parent. All those children coroutines have different sleeping time so that when the first finishes, it tell the parent and the dispatcher to shutdown all other coroutines.