Update documentation with &share() non prototype checking version.
authorArtur Bergman <sky@nanisky.com>
Tue, 9 Jul 2002 21:23:31 +0000 (21:23 +0000)
committerArtur Bergman <sky@nanisky.com>
Tue, 9 Jul 2002 21:23:31 +0000 (21:23 +0000)
commitcaf25f3be4a66b8fbb51db2cfdfa658f6b9704e7
tree3fa6c1c5940fe7b1eff11402c8066f87a83f0506
parentd30acbc8050609adc36d46ec45c5473194a63b2c
Update documentation with &share() non prototype checking version.
Fix share so it once again returns a reference to whatever it just
shared, so now you can do my &share([]);
Remove check for useithreads and Config.pm from threads::shared,
you can now always use threads::shared in your module without
overhead of config.pm and without speed hit unless threads have been
requested, share, cond_wait, cond_broadcast, cond_signal and lock
all become noops, so does : share.

p4raw-id: //depot/perl@17453
ext/threads/shared/shared.pm
ext/threads/shared/shared.xs