> Spawning a child thread means you don't care about if it will ever finish.
In the context of this RFC, the parent limits the execution time of child coroutines. Does this mean that the verb *spawn* is not the best choice?
> Spawning a child thread means you don't care about if it will ever finish.
In the context of this RFC, the parent limits the execution time of child coroutines. Does this mean that the verb *spawn* is not the best choice?