
Free, open source c++ library, offering some basic functionality to build high-performing, platform-independent programs. some of the highlights include:
- a typesafe, multi-threaded event system that's very simple to use yet
extremely efficient
- timers for periodic events
- a datetime class that not only tracks timestamp but also their accuracy,
which simplifies dealing with timestamps originating from different sources
- simple process handling for spawning child processes with redirected i/o
this package contains the shared and static library.