threads vocabulary - Factor Documentation (original) (raw)
threads vocabulary
Factor handbook » Vocabulary index
Documentation
Co-operative threads
Metadata
Authors: | Slava Pestov |
---|
Words
Tuple classes
Class | Superclass | Slots |
---|---|---|
![]() |
![]() |
name quot exit-handler id context state runnable mailbox variables sleep-entry |
Generic words
Word | Stack effect |
---|---|
![]() |
( dt -- ) |
![]() |
( n/f -- ) |
Symbol words
Ordinary words
Word | Stack effect |
---|---|
![]() |
( thread -- ) |
![]() |
( quot name -- thread ) |
![]() |
( quot -- ) |
![]() |
( thread -- ) |
![]() |
( quot name class -- thread ) |
![]() |
( thread -- ) |
![]() |
( thread -- ) |
![]() |
( obj thread -- ) |
![]() |
( -- dlist ) |
![]() |
( -- thread ) |
![]() |
( -- heap ) |
![]() |
( -- nanos/f ) |
![]() |
( quot name -- thread ) |
![]() |
( quot name -- thread ) |
![]() |
( -- * ) |
![]() |
( state -- obj ) |
![]() |
( ..a key quot: ( ..a value -- ..b newvalue ) -- ..b ) |
![]() |
( key -- value ) |
![]() |
( thread -- continuation ) |
![]() |
( thread -- ? ) |
![]() |
( -- assoc ) |
![]() |
( -- assoc ) |
![]() |
( value key -- ) |
![]() |
( -- assoc ) |
![]() |
( -- ) |
Class predicate words
Word | Stack effect |
---|---|
![]() |
( object -- ? ) |
Files
resource:basis/threads/threads.factor
resource:basis/threads/threads-docs.factor
resource:basis/threads/threads-tests.factor
Metadata files
resource:basis/threads/authors.txt
resource:basis/threads/summary.txt