chickadee » srfi-18 » uncaught-exception?

uncaught-exception? objprocedure

Returns #t if obj is an "uncaught exception" object, otherwise returns #f. An uncaught exception is raised when thread-join! is called and the target thread has terminated because it raised an exception that called the initial exception handler of that thread.