Releases: xhawk18/promise-cpp
Releases · xhawk18/promise-cpp
2.1.5
support no rtti and some small fix.
2.1.3
- supports multithread by default.
2.1.2
changed folder structure --
- moved header file to directory "include/promise-cpp/"
- moved header only source code into "promise_inl.hpp"
2.1.1
- support used as as static/shared library or headonly (with PROMISE_HEADONLY defined)
- fixed doWhile()
- can rethrow exceptions.
2.1.0
Merge branch 'master' of https://github.com/xhawk18/promise-cpp into …