Why: Time# void Why::msleep(unsigned int n)# Delay execution for n milliseconds. Note that this is not a busy wait - the current thread is unscheduled, and woken up after that period. void Why::pause()# Put the current thread to sleep forever