An open API service indexing awesome lists of open source software.

https://github.com/calebtt/cpprunnerlib

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.
https://github.com/calebtt/cpprunnerlib

concurrency lambda sfinae

Last synced: 12 days ago
JSON representation

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.

Awesome Lists containing this project