Static methods

@:noExprstaticinit(loop:Loop):Result<Prepare>

Allocate and initialize a prepare handle.

The handle should be cleaned up with eval.luv.Handle.close when no longer needed.

@:noExprstaticstart(this:Prepare, callback:() ‑> Void):Result<NoData>

Starts the handle with the given callback.

@:noExprstaticstop(this:Prepare):Result<NoData>

Stops the handle.