6 lines
76 B
Plaintext
6 lines
76 B
Plaintext
thread = {
|
|
sleep = fn (milliseconds: int) none {
|
|
SLEEP milliseconds
|
|
}
|
|
}
|