nudsfml.system.sleep

A module containing the sleep function.

Public Imports

nudsfml.system.time
public import nudsfml.system.time;
Undocumented in source.

Members

Functions

sleep
void sleep(Time duration)

Make the current thread sleep for a given duration.

Meta