Logo

Programming-Idioms

History of Idiom 45 > diff from v23 to v24

Edit summary for version 24 by :

Version 23

2015-10-21, 12:12:16

Version 24

2015-10-27, 03:06:57

Idiom #45 Pause execution for 5 seconds

Sleep for 5 seconds in current thread, before proceeding with next instructions.

Idiom #45 Pause execution for 5 seconds

Sleep for 5 seconds in current thread, before proceeding with next instructions.

Code
timer:sleep(5000).
Doc URL
http://erldocs.com/current/stdlib/timer.html?i=0&search=timer:sle#sleep/1