cpp-promise icon indicating copy to clipboard operation
cpp-promise copied to clipboard

Javascript-like promises for C++ in a lightweight single header library

Results 1 cpp-promise issues
Sort by recently updated
recently updated
newest added

The implementation has no mutexes. When calling resolve or reject, you must ensure that either then|fail will be called before or after. Or was a different usage strategy intended? I...