Uses of Class
com.oracle.libuv.Handle

  • Uses of Handle in com.oracle.libuv

    Subclasses of Handle in com.oracle.libuv
    Modifier and Type
    Class
    Description
    class 
    Async handles allow the user to wakeup the event loop and get a callback called from another thread.
    class 
    Check handles will run the given callback once per loop iteration, right after polling for i/o.
    class 
    Idle handles will run the given callback once per loop iteration, right before the PrepareCallback handles.
    class 
    Pipe handles provide an abstraction over streaming files on Unix (including local domain sockets, pipes, and FIFOs) and named pipes on Windows.
    class 
    Prepare handles will run the given callback once per loop iteration, right before polling for i/o.
    class 
     
    class 
     
    class 
    Timer handles are used to schedule callbacks to be called in the future.
    class