Norman Feske 784206c85c block_session: new client-side API
This patch equips the 'Block::Connection' with a framework API for the
implementation of robust block-session clients that perform block I/O in
an asynchronous fashion.

An application-defined 'JOB' type, inherited from 'Connection::Job',
encapsulates the application's context information associated with a
block operation.

The lifecycle of the jobs is implemented by the 'Connection' and driven
by the application's invokation of 'Connection::update_jobs'. The
'update_jobs' mechanism takes three hook functions as arguments, which
implement the applications-defined policy for producing and consuming
data, and for the completion of jobs.

Issue #3283
2019-05-06 16:15:25 +02:00
..
2019-05-06 16:15:25 +02:00
2019-02-26 14:44:15 +01:00
2017-03-24 16:19:56 +01:00
2019-01-30 13:49:54 +01:00
2019-01-30 13:49:54 +01:00
2019-01-07 12:25:45 +01:00
2019-02-26 14:44:15 +01:00
2019-02-19 11:12:11 +01:00
2019-02-26 14:44:15 +01:00
2019-02-26 14:44:15 +01:00