sleep_std Module



Contents


Interfaces

interface

  • private subroutine winsleep(dwMilliseconds) bind(C, name="0")

    void Sleep(DWORD dwMilliseconds) https://docs.microsoft.com/en-us/windows/win32/api/synchapi/nf-synchapi-sleep

    Arguments

    Type IntentOptional AttributesName
    integer(kind=c_long), intent(in), value:: dwMilliseconds

Subroutines

public subroutine sleep(millisec)

Arguments

Type IntentOptional AttributesName
integer, intent(in) :: millisec