Handbook
Glossary
linked-thread? ( object -- ? )
Vocabulary
concurrency
.
mailboxes
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
linked-thread
class.
Definition
USING:
classes.tuple.private
;
IN:
concurrency.mailboxes
:
linked-thread?
( object -- ? )
\
linked-thread
9
tuple-instance?
;