chickadee » srfi-18 » thread-state

thread-state threadprocedure

Returns information about the state of the thread. The possible results are:

  • symbol created: the thread is in the created state
  • symbol ready: the thread is in the ready state
  • symbol running: the thread is in the running state
  • symbol blocked: the thread is in the blocked state
  • symbol suspended: the thread is in the suspended state
  • symbol sleeping: the thread is in the sleeping state
  • symbol terminated: the thread is in the terminated state
  • symbol dead: the thread is in the dead state