Semantic interface for a function that cancels an action. E.g.: a function like subscribe(handler) could return a Cancel function that unsubscribes given handler again.
subscribe(handler)
Cancel
Semantic interface for a function that cancels an action. E.g.: a function like
subscribe(handler)
could return aCancel
function that unsubscribes given handler again.