zthread-config
Object-oriented synchronization library for C++
Install
- All systems
-
curl cmd.cat/zthread-config.sh
- Debian
-
apt-get install libzthread-dev - Ubuntu
-
apt-get install libzthread-dev - Kali Linux
-
apt-get install libzthread-dev - Windows (WSL2)
-
sudo apt-get updatesudo apt-get install libzthread-dev - Raspbian
-
apt-get install libzthread-dev
libzthread-dev
Object-oriented synchronization library for C++
Zthreads is an advanced platform-independent, object-oriented threading and synchronization library. Designed and tested under POSIX & Win32 systems. It provides several structures for concurrent programming like PoolExecutor, MonitoredQueue, Barriers and much more. Furthermore, structures like Task and Thread are provided for creating threading applications in C++ easier. This library wraps and interfaces with pthreads, so it is fully compliant.