StaticHap.detach

bool detach(Handler handler) @safe nothrow @nogc

Detach the first matching delegate handler by delegate identity.

Parameters

handlerDelegate handler to detach; null is ignored.

Returns

true when a handler was detached.
bool detach(FunctionHandler handler) @safe nothrow @nogc

Detach the first matching free-function handler.

Parameters

handlerFree-function handler to detach; null is ignored.

Returns

true when a handler was detached.