Handbook
Glossary
error-in-thread ( error thread -- * )
Vocabulary
continuations
Inputs
error
an
object
thread
an
object
Outputs
None
Definition
IN:
continuations
GENERIC:
error-in-thread
( error thread -- * )
Methods
USING:
continuations
io.thread
kernel
;
M:
io-thread
error-in-thread
die
drop
rethrow
;
USING:
accessors
concurrency.mailboxes
continuations
kernel
threads
;
M:
linked-thread
error-in-thread
[
<linked-error>
]
[
supervisor>>
]
bi
mailbox-put
stop
;
USING:
combinators
continuations
kernel
namespaces
;
M:
object
error-in-thread
thread-error-hook
get-global
( error thread -- * )
call-effect
;