ucommon-doc

Lightweight c++ threading and sockets - documentation
  http://www.gnu.org/software/commoncpp/
  0
  no reviews



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 api documentation.