New customers can spin up VMs, build with AI, and query data at no cost.
Put your $300 in credit toward real workloads, then keep building with free monthly usage for 20+ products. No commitment and no charge until you upgrade.
Start Free
Veeam Data Platform v13.1 - Get Your Free Trial
Secure by design, portable by default. Recover clean, fast, anywhere. Start a free trial.
Try Veeam Data Platform today. Experience the unified platform that's secure by design, portable by default, and proven to recover clean, fast, and anywhere.
c++/java library for thread support and other useful stuff
....
=> event communications management between threads (design pattern observer)
=> socket support class (both PF_LOCAL and AF_INET on Linux, AF_INET on windows)
=> Serialport communication support class
=> Timer objects
=> Logging facilities
With zibaldone you can easily:
developing a c++ or java multithread application
connecting a thread to a socket
connecting a thread to a serialport
triggering an event to a timeout on a thread
Note: zibaldone offers an identical interface both for linux and windows. ...