Releases: renestein/Rstein.AsyncCpp
Releases · renestein/Rstein.AsyncCpp
0.0.7
0.0.7_beta2
iss #30: Fix Rstein.AsyncCppLib.sln
0.0.7_beta1
Merge pull request #31 from renestein/iss-30_CRT-MT-Configs iss #30: Added CRT static library (/MT, MTd) configurations
0.0.6
- Improved build process and documentation for the build process. How to build the library.
- Prepared VCPKG port file.
- Support for C++ 20 standard coroutines in Visual Studio 2019. More info about the support of the standard C++ 20 coroutines in Visual Studio 2019. Legacy coroutines are still supported.
- Added preliminary support for Clang compiler. Tested in VS 2019/Windows.
- Library can be built from the command line.
- Unified build artifact locations for different build configurations.
- Default scheduler does not require the call of the Stop method when an application exits.
0.0.6_beta2
0.0.6_beta2
0.0.6_beta1
Merge pull request #28 from renestein/iss-27_Default_Scheduler_Lifecycle iss #27: Default scheduler does not require call of the Stop method when app exits