chickadee » srfi-18 » terminated-thread-exception?

terminated-thread-exception? objprocedure

Returns #t if obj is a "terminated thread exception" object, otherwise returns #f. A terminated thread exception is raised when thread-join! is called and the target thread has terminated as a result of a call to thread-terminate!.