Handbook
Glossary
test-thread ( -- )
Vocabulary
native-thread-test
Inputs
None
Outputs
None
Definition
USING:
io
io.encodings.utf8
io.files
threads
;
IN:
native-thread-test
:
test-thread
( -- )
"/tmp/hello"
utf8
[
"hello!\n"
write
]
with-file-appender
5000000
sleep
;