genode/repos/os/include/block
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
..
component.h block_session: SYNC and TRIM as async operations 2019-05-06 16:15:24 +02:00
driver.h block session: remove Block::Session::Operations 2019-05-03 13:53:12 +02:00
request.h block_session: new client-side API 2019-05-06 16:15:25 +02:00
request_stream.h block_session: use types from block/request.h 2019-05-06 16:15:25 +02:00