finslib_milli_second_sleep( int msec );
Parameters
Parameter | Type | Description |
---|---|---|
msec |
int |
The amount of milliseconds the current thread should be suspended. |
Return Value
none
Description
The function finslib_milli_second_sleep()
suspends the current thread for the amount of milliseconds specified. The accuracy of the sleep time depends on the operating system specific implementation and the amount of other threads and processes which compete for time slots.