Handbook
Glossary
threads>> ( object -- value )
Vocabulary
accessors
Inputs
object
an
object
Outputs
value
an
object
Definition
IN:
accessors
GENERIC:
threads>>
( object -- value )
Methods
USING:
accessors
concurrency.flags
slots.private
;
M:
flag
threads>>
3
slot
;
inline
USING:
accessors
concurrency.locks
slots.private
;
M:
lock
threads>>
2
slot
;
inline
USING:
accessors
concurrency.mailboxes
dlists
kernel.private
slots.private
;
M:
mailbox
threads>>
2
slot
{
dlist
}
declare
;
inline
USING:
accessors
concurrency.semaphores
slots.private
;
M:
semaphore
threads>>
3
slot
;
inline