C++ library proposing a set of high level classes for threads management
https://github.com/Edrusb/libthreadar
libthreadar provides C++ classes for manipulating threads and
propagating back exception from thread to parent thread when the
parent calls the join() method
- Developed at devel:libraries:c_c++
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory/libthreadar && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
libthreadar-1.5.0.tar.gz | 0000460637 450 KB | |
libthreadar-1.5.0.tar.gz.sig | 0000000566 566 Bytes | |
libthreadar.changes | 0000000841 841 Bytes | |
libthreadar.keyring | 0000004719 4.61 KB | |
libthreadar.spec | 0000002732 2.67 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1198100
from
Dirk Mueller (dirkmueller)
(revision 2)
- update to 1.5.0: * added class thread_signal * added method thread::cancel as replacement of thread::kill * deprecated thread::kill method * removed protected methods thread::suspend_cancellation_requests() and thread::resume_cancellation_requests() * added as replacement the thread::cancellation_checkpoint() protected method to let the inherited class define where cancellation can occur and those when it should not occur. * configure.ac and makefile.am adaptation to autoconf 2.71
Comments 0