6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
thread = {
|
|
sleep = fn (milliseconds: int) {
|
|
__SLEEP__ milliseconds
|
|
}
|
|
}
|