StaticHap.attach

bool attach(Handler handler) @safe nothrow @nogc

Attach a @nogc nothrow delegate handler.

Parameters

handlerDelegate handler to attach; null is ignored.

Returns

true when the handler was attached, or false if the hap is full or the handler is null.
bool attach(FunctionHandler handler) @safe nothrow @nogc

Attach a @nogc nothrow free-function handler.

Parameters

handlerFree-function handler to attach; null is ignored.

Returns

true when the handler was attached, or false if the hap is full or the handler is null.