summaryrefslogtreecommitdiff
path: root/include/io/task.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-23io: remove Error parameter from QIOTask thread workerDaniel P. Berrange1-11/+8
2017-01-23io: change the QIOTask callback signatureDaniel P. Berrange1-31/+42
2017-01-23io: add ability to associate an error with a taskDaniel P. Berrange1-0/+32
2017-01-23io: add ability to associate an opaque "result" with with a taskDaniel P. Berrange1-0/+27
2017-01-23io: fix typo in docs for QIOTaskDaniel P. Berrange1-3/+3
2017-01-23io: stop incrementing reference in qio_task_get_sourceDaniel P. Berrange1-3/+4
2016-07-12Clean up ill-advised or unusual header guardsMarkus Armbruster1-3/+3
2016-07-06sockets: Use new QAPI cloningEric Blake1-1/+1
2016-05-18Fix some typos found by codespellStefan Weil1-1/+1
2016-02-23include: Clean up includesPeter Maydell1-1/+0
2015-12-18io: add QIOTask class for async operationsDaniel P. Berrange1-0/+256