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
Contains classes for running functions asynchronously that protect access, from outside threads, to the internal data with a mutex. CPPLambdaRunner uses a user-supplied lambda function as the work thread.