@kugel- not *another* file saving method ;-P Certainly the GIO based method could use `g_file_replace_async` instead, and the plain file write method could be re-written to be async, but `g_file_set_contents()` is not ours to change, and its the default IIRC.
Once we had the buffer copy we could spawn the plain file write or `g_file_set_contents` methods as separate threads. --- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/828#issuecomment-166737645
