mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |