svoid threadStartTurnaroundTest { new Flag flag; new Thread { run { flag.raise(); } }; flag.waitUntilUp(); }