(rontolisp) docs
← Functions

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