Struct rustuv::async::AsyncWatcher[src]

pub struct AsyncWatcher {
    // some fields omitted
}

Methods

impl AsyncWatcher

fn new(loop_: &mut Loop, cb: Box<Callback + Send>) -> AsyncWatcher

Trait Implementations

impl UvHandle<uv_async_t> for AsyncWatcher

fn uv_handle(&self) -> *uv_async_t

unsafe fn from_uv_handle<'a>(_: &'a *uv_async_t) -> &'a mut AsyncWatcher

fn uv_loop(&self) -> Loop

fn alloc(_: Option<Self>, ty: uv_handle_type) -> *T

fn install(~self) -> Box<Self>

fn close_async_(&mut self)

fn close(&mut self)

impl RemoteCallback for AsyncWatcher

fn fire(&mut self)

impl Drop for AsyncWatcher

fn drop(&mut self)