Handbook
Glossary
start-listener-thread ( listener -- )
Vocabulary
ui
.
tools
.
listener
Inputs
listener
an
object
Outputs
None
Definition
USING:
accessors
kernel
threads
;
IN:
ui.tools.listener
:
start-listener-thread
( listener -- )
[
[
input>>
register-self
]
[
listener-thread
]
bi
]
curry
"Listener"
spawn
drop
;