This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Initial check-in of Thread module.
authorMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 10 Apr 1997 20:17:26 +0000 (20:17 +0000)
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>
Thu, 10 Apr 1997 20:17:26 +0000 (20:17 +0000)
commitd9bb3666254d7e5b84344a4af97d56090a5c1e96
treeda18b15e95f44399c85685232e35507fcf379285
Initial check-in of Thread module.

p4raw-id: //depot/perlext/Thread@6
16 files changed:
Makefile.PL [new file with mode: 0644]
Notes [new file with mode: 0644]
README [new file with mode: 0644]
Thread.pm [new file with mode: 0644]
Thread.xs [new file with mode: 0644]
cond.t [new file with mode: 0644]
create.t [new file with mode: 0644]
io.t [new file with mode: 0644]
join.t [new file with mode: 0644]
sync.t [new file with mode: 0644]
sync2.t [new file with mode: 0644]
typemap [new file with mode: 0644]
unsync.t [new file with mode: 0644]
unsync2.t [new file with mode: 0644]
unsync3.t [new file with mode: 0644]
unsync4.t [new file with mode: 0644]