mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
c0d61858c3
The support has two parts. First, a VFS plugin now gets passed an I/O-response handler callback on construction, which informs users of the VFS that an I/O event occurred. This enables, for example, the libC to check if blocking read can be completed. Further, the VFS file I/O interface provides now functions for suspendable reads, i.e., queue_read() and complete_read().