dust/std/thread.ds

6 lines
80 B
Plaintext

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