mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-09 20:04:20 +00:00
We were busy-waiting on atomic variables for surface creation results. We can use mpsc channels to avoid that, which also eliminates the need for enum CreateSurfaceResult since we just need to send booleans. BUG=b:243184256 TEST=tested in downstream Change-Id: If4c39c797f9ca9edf3695e44689904066546759f Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3928131 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Commit-Queue: Pujun Lun <lunpujun@google.com> |
||
---|---|---|
.. | ||
examples | ||
protocol | ||
src | ||
build.rs | ||
Cargo.toml |