This question has already been answered:
There is a stream, let it be a parent stream:
Thread Thread1 = new Thread(Void1); // Thread1 .Start(); Inside the parent there are N threads created, let there be children-flows. After creating the last thread inside the parent, I suspend the parent thread. and now I need to remove all the "children" without checking anything, just nail them. Is it possible to do something?