dust/std/thread.ds

6 lines
74 B
Plaintext

thread = {
sleep = (milliseconds: int) none {
SLEEP(milliseconds)
}
}