I think you can do this reasonably reliably by using the timeout capability within futures: (defmacro with-timeout [millis & body] `(let ...
確定! 回上一頁