Closed frankinshtein closed 6 years ago
with number of retries, js example: https://stackoverflow.com/questions/38213668/promise-retry-design-patterns
"asynchonized retry" needs a timer, you can checkout the test code test/test_timer.cpp to find out how to apply promise-cpp with boost::asio timer, and then implement "retry" after timer expires.
with number of retries, js example: https://stackoverflow.com/questions/38213668/promise-retry-design-patterns