Function stark::context::run_loop[][src]

pub fn run_loop<Ij: 'static>(
    event_loop: EventLoop<()>,
    threads: Ij,
    sl_reg: usize,
    m_send: usize,
    r_send: usize,
    fr_dims: usize,
    cur_pos: usize
) where
    Ij: Iterator<Item = JoinHandle<()>>, 
Expand description

Serves as the main loop for the context thread; occupies a winit event loop