pkgsrc-WIP-cvs archive

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

CVS commit: wip/rthread



Module name:    wip
Committed by:   jihbed
Date:           Mon Mar 23 21:45:44 UTC 2009

Import into wip/rthread

Log Message:
Import rthread-0.1.1 as wip/rthread.

Python standard library contains thread library which provides
primitives for writing multi-threaded programs. There are primitives
for locks (allocating, acquiring and releasing), getting an
identification of the thread, raising an exception in the main thread
and, most importantly, start_new_thread function for starting a new
thread.

rthread library introduced here mimics the interface of
thread to some extent. The objective is to make distributed
computing look and feel similar to multi-threaded programming

Status:

Vendor Tag:     JIHBED
Release Tags:   JIHBED_20090323
                
N wip/rthread/distinfo
N wip/rthread/Makefile
N wip/rthread/PLIST
N wip/rthread/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index