Is there a way to set a watch on a future so that it triggers a callback when it is done? something like this? > (def a (future (Thread/sleep 1000) "Hello ...
確定! 回上一頁