Interface Timer
access this type via: time.Timer (provides, requires or uses)
Pause for a specified amout of time.
Functions
void sleep(int t)
void sleep(int t)
Pause for time t (milliseconds by default).