[][src]Trait guion::ctx::queue::Queue

pub trait Queue<I> {
    fn push(&mut self, v: I);
fn send(&self, v: I); }

The Queue accesible from the Context, used to enqueue events or actions from any thread invalidations are always done right before rendering validations are always done right after rendering

Required methods

fn push(&mut self, v: I)

fn send(&self, v: I)

Loading content...

Implementors

Loading content...