Logo

Programming-Idioms

History of Idiom 45 > diff from v2 to v3

Edit summary for version 3 by :

Version 2

2015-07-31, 19:53:52

Version 3

2015-08-19, 15:22:16

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
sleep(5);