No, but it has much to do with "when can I pass a slice of an array (on the stack) to a thread (without a copy) safely and easily".
Structured concurrency has even more benefits in Nim's context than in Java's and you can read about Java's in the document I linked.