Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以解释一下 IntelliJ 中的 Cursive Clojure 插件在 REPL 中遇到阻塞线程时的行为。看起来它不是阻塞当前线程,而是将其执行推送到一个新线程(通过启用的停止图标判断),当单击该线程时,会导致该线程中断,并且可以继续在原始线程中发出命令:
这是一个正确的假设还是我错过了什么?该行为似乎与常规的 Clojure REPL 不同。谢谢你。