std.concurrent.thread
stacktrace
added in 3.0
(stacktrace)(stacktrace thread)returns thread stacktrace
(stacktrace)
thread
added in 3.0
(thread {:keys [handler daemon priority classloader uncaught name start]})creates a new thread
thread:classloader
added in 3.0
(thread:classloader)(thread:classloader thread)(thread:classloader thread loader)gets and sets the context classloader
thread:daemon?
added in 3.0
(thread:daemon?)(thread:daemon? thread)checks if thread is a daemon
thread:global-uncaught
added in 3.0
(thread:global-uncaught)(thread:global-uncaught f)gets and sets the global uncaught exception handler
thread:has-access?
added in 3.0
(thread:has-access? thread)checks if thread allows access to current
thread:interrupted?
added in 3.0
(thread:interrupted? thread)checks if thread has been interrupted
thread:join
added in 3.0
(thread:join)(thread:join thread)(thread:join thread millis)(thread:join thread millis nanos)calls join on a thread
thread:notify-all
added in 3.0
(thread:notify-all lock)notifies all threads waiting on lock
thread:uncaught
added in 3.0
(thread:uncaught)(thread:uncaught thread)(thread:uncaught thread f)gets and sets the uncaught exception handler