mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 12:34:31 +00:00
93e27733d8
BlockingPool provides a dedicated thread pool for running blocking operations. This is useful when an async task wants to do some CPU-intensive computation, run some IO operation that cannot be performed asynchronously, or to call a blocking API in a dependency that doesn't have an asynchronous variant. BUG=b:179755651 TEST=cargo test Change-Id: I389fc504f380d66325739d2d6b7afe58e024194d Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/2987585 Tested-by: kokoro <noreply+kokoro@google.com> Commit-Queue: Chirantan Ekbote <chirantan@chromium.org> Reviewed-by: Keiichi Watanabe <keiichiw@chromium.org> |
||
---|---|---|
.. | ||
src | ||
.build_test_skip | ||
Cargo.toml |