dust/std/thread.ds
2024-05-20 15:22:50 -04:00

6 lines
76 B
Plaintext

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