ucommon-config
lightweight C++ threading and sockets - development files
Install
- All systems
-
curl cmd.cat/ucommon-config.sh
- Debian
-
apt-get install libucommon-dev
- Ubuntu
-
apt-get install libucommon-dev
- Kali Linux
-
apt-get install libucommon-dev
- Fedora
-
dnf install ucommon-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libucommon-dev
- Raspbian
-
apt-get install libucommon-dev
- Dockerfile
- dockerfile.run/ucommon-config
libucommon-dev
lightweight C++ threading and sockets - development files
GNU uCommon C++ is a lightweight library to facilitate using C++ design patterns even for very deeply embedded applications, such as for systems using uClibc along with POSIX threading support. For this reason, uCommon disables language features that consume memory or introduce runtime overhead. uCommon introduces some design patterns from Objective-C, such as reference counted objects, memory pools, and smart pointers. uCommon introduces some new concepts for handling of thread locking and synchronization. This package contains the development headers and static libraries.