v0.3.0
This release includes the following features in cpp-utils
project:
- New event StdinEventHandler class to easily read from std::cin.
- New event CommandReader class to easily read from std::cin commands synchronously.
- New container SafeDatabase class to implement a thread safe map.
- New container Tree class to implement a thread safe map.
- Extend enumeration builder.
- Extend iterative macros max range.
- New Heritable class to represents an object that could be of the class T or any other child of it.
This release includes the following fixes in cpp-utils
project:
- Fix ASAN memory leak in ThreadPool.