Handbook
Glossary
?linked ( message -- message )
Vocabulary
concurrency
.
mailboxes
Inputs
message
an
object
Outputs
message
an
object
Definition
USING:
continuations
kernel
;
IN:
concurrency.mailboxes
:
?linked
( message -- message )
dup
linked-error?
[
rethrow
]
when
;