Skip to main content

PendingEventQueue

Type Alias PendingEventQueue 

Source
pub type PendingEventQueue = Arc<Mutex<VecDeque<TestEvent>>>;
Expand description

Shared queue used on platforms where winit user events are unreliable.

Aliased Typeยง

pub struct PendingEventQueue { /* private fields */ }