dsfml.system.sleep

A module containing the sleep function.

Public Imports

dsfml.system.time
public import dsfml.system.time;

Members

Functions

sleep
void sleep(Time duration)

Make the current thread sleep for a given duration.

Meta