libthreadar 1.4.0-2 source package in Ubuntu

Changelog

libthreadar (1.4.0-2) unstable; urgency=medium

  * Source-only upload

 -- John Goerzen <email address hidden>  Thu, 15 Jun 2023 12:13:42 +0000

Upload details

Uploaded by:
John Goerzen
Uploaded to:
Sid
Original maintainer:
John Goerzen
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
libthreadar_1.4.0-2.dsc 1.9 KiB 15821521d39aab19bde8c627062f5ba195434522d8d948bd140eb57beab3b864
libthreadar_1.4.0.orig.tar.gz 435.2 KiB 2e4715178027bac973a4883f4bcb063494327ba886710446a82a80860f1a3791
libthreadar_1.4.0-2.debian.tar.xz 2.9 KiB f0486b4a3afe174a38516e151e67dc38efabf8b1918639ee59443ecf35320eb6

No changes file available.

Binary packages built by this source

libthreadar-dev: C++ classes for manipulating threads (development files)

 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.

libthreadar1000: C++ classes for manipulating threads

 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.

libthreadar1000-dbgsym: debug symbols for libthreadar1000