Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 637 Bytes

finslib_milli_second_sleep.md

File metadata and controls

21 lines (12 loc) · 637 Bytes

Finslib API Reference

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.

See Also