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