mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 18:38:01 +00:00
a5c1b2ff7f
Add an async_from_local() method, which does the same thing as async_from() (create an IoSourceExt for asynchronous I/O), but without the requirement that the passed argument implements Send. Async I/O sources created that way can only be used in thread-local executors. BUG=b:229554679 TEST=cargo build Change-Id: Id4cd0cb177e5fed4b72fab12a6f82f964b9bac28 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3670773 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
blocking | ||
sync | ||
sys | ||
async_types.rs | ||
audio_streams_async.rs | ||
blocking.rs | ||
complete.rs | ||
event.rs | ||
io_ext.rs | ||
lib.rs | ||
mem.rs | ||
queue.rs | ||
select.rs | ||
sync.rs | ||
sys.rs | ||
timer.rs | ||
waker.rs |