static void sleepingBot() { bot(); gcSleep(); } static void sleepingBot(S name) { bot(name); gcSleep(); }