Skip to content

perlembed, perlthrtut, Clarify threads vs ithreads #23254

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

Open
wants to merge 1 commit into
base: blead
Choose a base branch
from

Conversation

khwilliamson
Copy link
Contributor

This fixes #15573

  • This set of changes does not require a perldelta entry.

@khwilliamson khwilliamson force-pushed the embed_doc_threads branch 2 times, most recently from e2549f7 to e21b820 Compare May 4, 2025 12:16
@@ -13,7 +13,7 @@ between threads must be explicit. The user-level interface for I<ithreads>
uses the L<threads> class.

B<NOTE>: There was another older Perl threading flavor called the 5.005 model
that used the L<threads> class. This old model was known to have problems, is
that used the L<threads> class. This old model was known to have problems, was
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not your error, but 5005 threads used the Thread class (try perldoc Thread), ithreads use the threads class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Clarify build options in perlembed doc
3 participants