2 (a/go-loop [] 3 (try 4 (a/<! (throw (Exception. "Ex"))) 5 (catch clojure.lang.ExceptionInfo ei 6 :retry)))). The above example appears to loop forever ...
確定! 回上一頁