vhost-device/crates
Jeongik Cha 7b2632b509 [vsock] refactor VhostUserVsockThread worker
For now, VhostUserVsockThread uses thread pool executor from futures,
but it doesn't need to use thread pool executor and futures because
we just need background worker thread, and a way to let it work.

So I removed unnecessary external dependency and made the logic simpler
by using just thread and channel

Signed-off-by: Jeongik Cha <jeongik@google.com>
2023-09-26 13:26:12 +05:30
..
gpio build(deps): bump clap from 4.3.23 to 4.4.3 2023-09-13 17:10:17 +02:00
i2c build(deps): bump clap from 4.3.23 to 4.4.3 2023-09-13 17:10:17 +02:00
rng build(deps): bump clap from 4.3.23 to 4.4.3 2023-09-13 17:10:17 +02:00
scmi build(deps): bump clap from 4.3.23 to 4.4.3 2023-09-13 17:10:17 +02:00
scsi build(deps): bump clap from 4.3.23 to 4.4.3 2023-09-13 17:10:17 +02:00
vsock [vsock] refactor VhostUserVsockThread worker 2023-09-26 13:26:12 +05:30