Structs§
- Manages a pollable queue of events to be sent to the decoder or encoder.
 - Queue of all the output buffers provided by crosvm.
 - An
EventQueuethat isSync,Send, and non-mut - i.e. that can easily be passed across threads and wrapped into aRcorArc.