>>>>> On Mon, 15 May 2000 11:14:38 -0400, Dan Sugalski <[EMAIL PROTECTED]> said:
ds> If you'd add a new module to the list (I guess in the Control Flow
ds> Utilities section, though it doesn't much fit there)
ds> Name: Thread::Group
ds> DSLI: bdph
ds> Desc: Provides wait()-like and grouping functions for threaded perl
ds> Info: DSUGAL
ds> Long: Thread::Group gives you a way to group multiple threads together. It
ds> provides a way to see which threads are still functioning, wait() for the
ds> first available thread in the group to finish, and generally get some
ds> useful information about the threads in the group.
I'll add all these to the next module list, please correct me if
something's missing:
Thread support (note that these are experimental, which equals pre-alpha)
Thread cuhh Manipulate threads in Perl (EXPERIMENTAL) P5P
Thread::
::Group bdph Wait()-like and grouping functions DSUGAL
::Queue cuph Thread-safe queues P5P
::Semaphore cuph Thread-safe semaphores P5P
::Signal cuhh A thread which runs signal handlers reliably P5P
::Specific cuhh Thread-specific keys P5P
Thanks & Regards,
--
andreas