You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I needed to remove a callback that I attached with for a pattern
as an example I have registered a call with get(std::string pattern, MoveOnlyFunction<void(HttpResponse *, HttpRequest *)> &&handler)
call inside TemplatedApp
is there any way of remove the handler attach with the pattern.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I needed to remove a callback that I attached with for a pattern
as an example I have registered a call with get(std::string pattern, MoveOnlyFunction<void(HttpResponse *, HttpRequest *)> &&handler)
call inside TemplatedApp
is there any way of remove the handler attach with the pattern.
Beta Was this translation helpful? Give feedback.
All reactions