Releases: Friends-Of-Noso/ProposalNosoCPP
Releases · Friends-Of-Noso/ProposalNosoCPP
Proposal v0.0.2
Proposal v0.0.1
The initial skeleton of the proposal with:
- Singleton class that encapsulates the entire application.
- Hooking to
SIGTERM
andSIGKILL
signals in order to do a graceful shutdown. - Uses
spdlog
for logging.