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
Right now one frequently needs to cast the lambdas to an appropriate std::function<()> before passing the lambda as a value (de)serializer. It would be far more convenient to use if this was not necessary.