Handbook
Glossary
threads<< ( value object -- )
Vocabulary
accessors
Inputs
value
an
object
object
an
object
Outputs
None
Definition
IN:
accessors
GENERIC:
threads<<
( value object -- )
Methods
USING:
accessors
concurrency.flags
slots.private
;
M:
flag
threads<<
3
set-slot
;
inline
USING:
accessors
concurrency.locks
slots.private
;
M:
lock
threads<<
2
set-slot
;
inline
USING:
accessors
concurrency.mailboxes
dlists
kernel
slots
slots.private
;
M:
mailbox
threads<<
[
dup
dlist?
[
\
dlist
bad-slot-value
]
unless
]
dip
2
set-slot
;
inline
USING:
accessors
concurrency.semaphores
slots.private
;
M:
semaphore
threads<<
3
set-slot
;
inline