This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
7dfc026be5
dust
/
std
/
thread.ds
6 lines
80 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refine error reports
2024-03-23 21:07:41 +00:00
thread = {
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