Beta 10 Releasedhttps://github.com/afxgroup/clib2/releases/tag/v.1.0.0-beta10Keep in mind that clib2 now is a shared.library. So you need to install clib2.library into LIBS: folder (An installer is in the package)
There are tons of changes and fixes (and maybe new bugs..)
The screenshots above was showing Unix sockets
They are emulated via native sockets. You don't need to change any linux code to made them work. There are a couple of examples in the test_programs/threads folder. That was possible thanks shared library that is opening a lot of new possibilities.
pthread mutexes functions now are using OS4 Mutex functions
There are many new functions added (and usually tested)