dust/std/thread.ds

6 lines
79 B
Plaintext

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