Vocabularytools.
threadsWord descriptionPrints 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