libthreadar1000

C++ classes for manipulating threads

Description

Libthreadar is a C++ library providing an abstracted set of C++ *classes* to manipulate threads in a very simple and efficient way from your C++ code.

It also handles exceptions thrown from a thread and propagated to another one, when the later is calling the thread::join() method. This let one manage exceptions as simply as it is in C++ single threaded context.

Additionally, all the related objects around multi-threading (mutex, semaphore, etc) are provided, under easy to use and independent C++ classes. Other more advanced classes ease the information exchange between threads like scattering and gathering a collection of objects between many threads, or asynchonous buffered information exchanges between two threads.

libthreadar allows the dar package to provide multithreaded encryption, compression, and remote repository access.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://sourceforge.net/projects/libthreadar/


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install libthreadar1000