使用(deref a) 或者@a 来获取其代表的值。 user=> (deref a) 10 user=> @a 10. 对future对象解引用会阻塞当前线程,直到future 收到的代码在另外的 ...
確定! 回上一頁