1
Feature requests / Re: Asynchronously transfer files via ftp
« on: August 08, 2017, 03:11:54 pm »
I think this is thread safe, for only one thread would write data at once, and there's only one primitive data object (thus one memory block). The other threads are only reading the data, so there should be no problem with thread safety.