Resetting threads with `:static` scheduling

When I ctrl-c a threaded loop with :static scheduling, I cannot re-run that threaded loop until I restart the REPL. If I try to re-run a threaded loop after breaking, I get the error message

ERROR: @threads :static cannot be used concurrently or nested

Is there a way to “reset” the threads or fix this error message without restarting the REPL?