Hello world!
Just to let you know that a very simple library is now available to
manage threads from C++ code and having exceptions of any type
propagating from a thread to another.
Unlike thread support based on C++11, thread support within libthreadar
is not function oriented but class oriented.
I found it useful for two of my projects so to avoid duplicating code I
moved it as a separated library which today I let available to anyone
under the Lesser GPL v3.
Its name is libthreadar, and it is available at
http://libthreadar.sourceforge.net/ (documentation)
http://sourceforge.net/projects/libthreadar/ (source code,etc.)
Cheers,
Denis Corbin