MCPcopy Create free account
hub / github.com/3rdparty/libprocess / clearAllCallbacks

Method clearAllCallbacks

include/process/future.hpp:1049–1057  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1047
1048template <typename T>
1049void Future<T>::Data::clearAllCallbacks()
1050{
1051 onAbandonedCallbacks.clear();
1052 onAnyCallbacks.clear();
1053 onDiscardCallbacks.clear();
1054 onDiscardedCallbacks.clear();
1055 onFailedCallbacks.clear();
1056 onReadyCallbacks.clear();
1057}
1058
1059
1060template <typename T>

Callers 3

discardMethod · 0.80
_setMethod · 0.80
failMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected