crosvm/base/src
Dylan Reid 6c40ddbdf4 cros_async: Add TimerAsync
Add an asynchronous timer that is similar to EventAsync. This will allow
the timer to be used from async contexts such as the new block device.

Change-Id: I858f44e2165459c388a83735aba3ed23755a534b
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2545128
Tested-by: kokoro <noreply+kokoro@google.com>
Reviewed-by: Noah Gold <nkgold@google.com>
Reviewed-by: Chirantan Ekbote <chirantan@chromium.org>
Commit-Queue: Dylan Reid <dgreid@chromium.org>
2020-12-02 03:25:27 +00:00
..
async_types.rs Refactor cros_async interface to avoid RawFd. 2020-11-10 11:40:50 +00:00
event.rs Refactor cros_async interface to avoid RawFd. 2020-11-10 11:40:50 +00:00
ioctl.rs base: First steps towards universal RawDescriptor 2020-10-31 07:12:34 +00:00
lib.rs Final major RawDescriptor transition. 2020-11-13 02:38:47 +00:00
mmap.rs
shm.rs base: Remove AsRawFd from SharedMemory 2020-10-31 07:12:34 +00:00
timer.rs cros_async: Add TimerAsync 2020-12-02 03:25:27 +00:00
wait_context.rs Refactor cros_async interface to avoid RawFd. 2020-11-10 11:40:50 +00:00