Skip to content

Add gvdb_table_write_contents_async()

Michael Catanzaro requested to merge mcatanzaro/write-contents-async into master

This is just an async version of gvdb_table_write_contents().

Future work: someone could write an async version of gvdb_table_new(), then sync I/O would no longer be required to construct a GvdbTable.

Merge request reports