NothrowHap.attach
void attach(Handler handler) @safeAttach a nothrow delegate handler.
Parameters
handler | Delegate handler to attach; null is ignored. |
void attach(FunctionHandler handler) @safeAttach a nothrow free-function handler.
Parameters
handler | Free-function handler to attach; null is ignored. |