genode/repos/os/include/block_session
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
..
block_session.h block_session: use types from block/request.h 2019-05-06 16:15:25 +02:00
capability.h Adjust file headers to refer to the AGPLv3 2017-02-28 12:59:29 +01:00
client.h block_session: new client-side API 2019-05-06 16:15:25 +02:00
connection.h block_session: new client-side API 2019-05-06 16:15:25 +02:00
rpc_object.h base/os: remove deprecated APIs 2019-02-26 14:44:15 +01:00