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
5 lines
248 B
Text
5 lines
248 B
Text
$NetBSD: distinfo,v 1.1.1.1 2009/03/23 21:45:44 jihbed Exp $
|
|
|
|
SHA1 (rthread-0.1.1.tar.gz) = bceec6d2302305321c5645859470def9c74af06b
|
|
RMD160 (rthread-0.1.1.tar.gz) = 254ef38afae34275b5f783b307af59d1f3d5ae2f
|
|
Size (rthread-0.1.1.tar.gz) = 16507 bytes
|