Method delay()
- Method delay
voiddelay(int|floats)- Description
This function makes the program stop for
sseconds.Only signal handlers can interrupt the sleep. Other callbacks are not called during delay. Beware that this function uses busy-waiting to achieve the highest possible accuracy.
- See also