local waitTime = ...
assert(waitTime,"[_wait] requires a wait time")
return Def.Actor{ OnCommand=cmd(sleep,waitTime); };