Inter-loop communication.

See also:

Static methods

@:noExprstaticinit(loop:Loop, callback:(async:Async) ‑> Void):Result<Async>

Allocates and initializes an async handle.

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

@:noExprstaticsend(this:Async):Result<NoData>

Triggers a call to the handle's callback by the handle's loop.