← Back to context Comment by amelius 4 months ago If it was that simple, then why doesn't sync just do 2x sync internally? 2 comments amelius Reply wakawaka28 4 months ago If I had to guess, it is just extra work to do it twice, and you may not need to wait for it for some use cases. The better way would be to add a flag or alternative function to make the sync a blocking operation in the first place. wmf 4 months ago Why is creat() missing the e? Why does an FTP server connect back to the client?
wakawaka28 4 months ago If I had to guess, it is just extra work to do it twice, and you may not need to wait for it for some use cases. The better way would be to add a flag or alternative function to make the sync a blocking operation in the first place.
If I had to guess, it is just extra work to do it twice, and you may not need to wait for it for some use cases. The better way would be to add a flag or alternative function to make the sync a blocking operation in the first place.
Why is creat() missing the e? Why does an FTP server connect back to the client?