threads::shared::queue and semaphore become Thread::Semaphore
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 12 Jul 2002 23:44:17 +0000 (23:44 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 12 Jul 2002 23:44:17 +0000 (23:44 +0000)
commit83272a45226e83bd136d713158e9b44ace2dbc8d
treeee348b24fc5020ccd9e375cef8a5eb8e2bcd3d77
parent484fdf61e8653b10160ba1e8011888f52ab6825a
threads::shared::queue and semaphore become Thread::Semaphore
and Queue.  The 5005threads case where the old Semaphore and
Queue.pm (they are disguised as .pmx) should get magically
installed instead has not been tested.

p4raw-id: //depot/perl@17509
14 files changed:
MANIFEST
ext/Thread/Queue.pmx [new file with mode: 0644]
ext/Thread/Semaphore.pmx [moved from ext/threads/shared/semaphore.pm with 58% similarity]
ext/threads/shared/Makefile.PL
ext/threads/shared/queue.pm [deleted file]
ext/threads/shared/shared.pm
installperl
lib/Thread/Queue.pm
lib/Thread/Queue.t [moved from ext/threads/shared/t/queue.t with 91% similarity]
lib/Thread/Semaphore.pm
lib/Thread/Semaphore.t [moved from ext/threads/shared/t/semaphore.t with 74% similarity]
pod/perlmodlib.pod
pod/perlthrtut.pod
pod/perltoc.pod