rontolisp:thread-alive-p
(rontolisp:thread-alive-p thread)
Returns t while the thread behind the handle is still running, nil once it has died.
After a rontolisp:join-thread the answer is reliably
nil (the join waits for the thread's teardown, not just its value).
Limitations
- A value that is not a thread handle is an error (use
rontolisp:threadpfirst when unsure). - Interpreter and JVM backend only, like
rontolisp:make-threaditself.