Open jesse-gallagher opened 5 years ago
Accessing an NSF across threads in general is fine, but maybe it would make sense to keep an internal single-thread ExecutorService to queue all filesystem operations without worrying about having to synchronize.
ExecutorService
Accessing an NSF across threads in general is fine, but maybe it would make sense to keep an internal single-thread
ExecutorService
to queue all filesystem operations without worrying about having to synchronize.