sub doMyThing() { waitWrapper( condition) { doStuff; } waitFor( condition); doMoreStuff; }