# qsleep

```
Sleep the specified number of milliseconds
This function suspends IDA for the specified amount of time
Thread-safe function.

void qsleep(long milliseconds);
```
