Available on macro
Pre-I/O callback.
See also:
https://aantron.github.io/luv/luv/Luv/Prepare
@: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.
eval.luv.Handle.close
@:noExprstaticstart(this:Prepare, callback:() ‑> Void):Result<NoData>
Starts the handle with the given callback.
@:noExprstaticstop(this:Prepare):Result<NoData>
Stops the handle.