summaryrefslogtreecommitdiff
path: root/dev-libs/libthreadar/metadata.xml
blob: 973e2603fe230067f20c13a72df5193e125baa98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/dtd/metadata.dtd">
<pkgmetadata>
  <maintainer type="person">
    <email>ceamac@gentoo.org</email>
    <name>Viorel Munteanu</name>
  </maintainer>
  <longdescription>
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 latter is calling the thread::join() method. This lets one manage exceptions as simply as it is in C++ single threaded context.
	</longdescription>
  <origin>baldeagleos-repo</origin>
</pkgmetadata>