Function kiwix::sleep
Defined in File tools.h
Function Documentation
-
void kiwix::sleep(unsigned int milliseconds)
Sleep the current thread.
This function is provided as a small helper. It is probably better to use native tools.
- Parameters:
milliseconds – The number of milliseconds to wait for.