Skip to content

Update Thread.pm #3

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
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