threads. ( -- )
Factor handbook » Developer tools » Listing threads


Vocabulary
tools.threads

Word description
Prints a list of running threads and their state. The “Waiting on” column displays one of the following:
“running” if the thread is the current thread
“yield” if the thread is waiting to run
the string given to suspend if the thread is suspended


Definition