[src]

Struct rustuv::Loop

pub struct Loop {
    // some fields omitted
}

FIXME: Loop(*handle) is buggy with destructors. Normal structs with dtors may not be destructured, but tuple structs can, but the results are not correct.

Methods

impl Loop

fn new() -> Loop

fn wrap(handle: *uv_loop_t) -> Loop

fn run(&mut self)

fn close(&mut self)