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