gsrc-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsrc-commit] /srv/bzr/gsrc/trunk r2168: add blurb for pth


From: Brandon Invergo
Subject: [Gsrc-commit] /srv/bzr/gsrc/trunk r2168: add blurb for pth
Date: Mon, 01 Apr 2013 00:46:20 +0200
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 2168
committer: Brandon Invergo <address@hidden>
branch nick: trunk
timestamp: Mon 2013-04-01 00:46:20 +0200
message:
  add blurb for pth
modified:
  gnu/pth/Makefile
=== modified file 'gnu/pth/Makefile'
--- a/gnu/pth/Makefile  2012-12-17 18:49:55 +0000
+++ b/gnu/pth/Makefile  2013-03-31 22:46:20 +0000
@@ -3,6 +3,15 @@
 GARVERSION = 2.0.7
 HOME_URL = http://www.gnu.org/software/pth
 DESCRIPTION = A portable thread library
+define BLURB
+ Pth is a portable library providing non-preemptive, priority-based
+ scheduling for multiple execution threads.  Each thread has its own
+ program-counter, run-time stack, signal mask and errno variable.  
+ Threads are scheduled in a cooperative way, rather than in the 
+ standard preemptive way, such that they are managed according to
+ priority and events.  However, Pth also features emulation of 
+ POSIX.1c threads ("Pthreads") for backwards compatibility.
+endef
 
 ######################################################################
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]