This website requires JavaScript.
Explore
Help
Sign In
jeff
/
dust
Watch
1
Star
0
Fork
0
You've already forked dust
Code
64ce3d56e4
dust
/
std
/
thread.ds
6 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Refine error reports
2024-03-23 21:07:41 +00:00
thread = {
Load standard library correctly
2024-06-22 15:50:44 +00:00
sleep = fn (milliseconds: int) {
__SLEEP__ milliseconds
Refine error reports
2024-03-23 21:07:41 +00:00
}
}
Copy Permalink