1System.microSleep(3kaya) Kaya module reference System.microSleep(3kaya)
2
3
4
6 System::microSleep - Sleep for the specified number of microseconds.
7
9 Void microSleep( Int microsecs )
10
12 microsecs The number of microseconds to sleep for
13
15 Sleep (i.e. pause program execution) for at least the specified number
16 of microseconds. Depending on your operating system, it may not actu‐
17 ally possible to sleep for a single microsecond - on Windows, the
18 smallest amount of time it is possible to sleep for is 1 millisecond.
19
21 Kaya standard library by Edwin Brady, Chris Morris and others
22 (kaya@kayalang.org). For further information see http://kayalang.org/
23
25 The Kaya standard library is free software; you can redistribute it
26 and/or modify it under the terms of the GNU Lesser General Public
27 License (version 2.1 or any later version) as published by the Free
28 Software Foundation.
29
31 System.sleep (3kaya)
32
33
34
35Kaya December 2010 System.microSleep(3kaya)