This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
40783422d8
dust
/
std
/
thread.ds
6 lines
78 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refine error reports
2024-03-23 21:07:41 +00:00
thread = {
Pass all tests
2024-03-24 13:10:49 +00:00
sleep = (milliseconds: int) none {
Improve errors and built-ins
2024-03-23 23:12:18 +00:00
__SLEEP__(milliseconds)
Refine error reports
2024-03-23 21:07:41 +00:00
}
}
Copy Permalink