master
Run
public override void Run() { for(int i=0; i < N; i++) { Thread t = new Thread(() => DoSomething(i));