Handbook
Glossary
start-ui-thread ( -- )
Vocabulary
ui
.
private
Inputs
None
Outputs
None
Definition
USING:
kernel
namespaces
threads
;
IN:
ui.private
:
start-ui-thread
( -- )
[
self
ui-thread
set-global
update-ui-loop
]
"UI update"
spawn
drop
;