dust/std/thread.ds
2024-03-24 09:10:49 -04:00

6 lines
78 B
Plaintext

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