Callback.cancel

Cancel the call. If the callback is already cancelled or executed, this method has no effect.

class Callback(Dg, Args...)
override
void
cancel
()
if (
isDelegate!Dg
)

Meta