If we start multiple threads and start writing to the console with println from them, very quickly you start to get overlapping writes. (defn start-thread [fn] ...
確定! 回上一頁