Handbook
Glossary
cannot-send-synchronous-to-self? ( object -- ? )
Vocabulary
concurrency
.
messaging
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
cannot-send-synchronous-to-self
class.
Definition
USING:
classes.tuple.private
kernel
slots.private
;
IN:
concurrency.messaging
:
cannot-send-synchronous-to-self?
( object -- ? )
dup
tuple?
[
layout-of
7
slot
\
cannot-send-synchronous-to-self
eq?
]
[
drop
f
]
if
;