NothrowHap.attach

void attach(Handler handler) @safe

Attach a nothrow delegate handler.

Parameters

handlerDelegate handler to attach; null is ignored.
void attach(FunctionHandler handler) @safe

Attach a nothrow free-function handler.

Parameters

handlerFree-function handler to attach; null is ignored.