Hi, Anthony. There is no synchronized, or mutex code in the current
filesystem implementation. There are also no multithreaded tests to
show it doesn't need that. In other words, I would use it only from a
single thread, and synchronize externally. That said, you can always
raise a pull request to help with the race conditions :)

-A

Reply via email to