mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
Add owned data-operation, completion, and batch methods to AsyncIo. These will be used as safe alternatives to the existing, comically unsafe, but marked safe interface. Over the course of the following commits, users are converted to the new interface and after all users of the unsound interfaces are removed, they are removed. Signed-off-by: Dylan Reid <dgreid@fb.com>