Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions lib/Thread.pm
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ __END__

=head1 NAME

Thread - Manipulate threads in Perl (for old code only)
Thread - Manipulate threads in Perl (for ancient code only)

=head1 DEPRECATED

Expand All @@ -51,9 +51,8 @@ different, and anything to do with data sharing has to be thought differently.
With I<ithreads>, you must explicitly C<share()> variables between the
threads.

You are strongly encouraged to migrate any existing threaded code to the new
model (i.e., use the C<threads> and C<threads::shared> modules) as soon as
possible.
The interface to the new threading model is L<threads>; please read that
document for discussion of the merits and disadvantages of threads in perl.

=head1 HISTORY

Expand Down