Sorry, I think I took out too much last PR with the PROMISE_BUILD_EXAMPLES option.
I did go a bit further and rearranged the structure slightly.
Now I can do the following
#include <promise-cpp/promise.hpp>
// Notice that these are now directly available, and can be used when boost is found:
#include <promise-cpp/add_ons/asio/timer.hpp>
int main()
{
setTimeout(...)
}
Sorry, I think I took out too much last PR with the PROMISE_BUILD_EXAMPLES option. I did go a bit further and rearranged the structure slightly. Now I can do the following