dust/std/thread.ds
2024-03-23 17:07:41 -04:00

6 lines
68 B
Plaintext

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