Re: Threads.... the long story, and a proposal
Dan <[email protected]>
| Newsgroups | gmane.comp.lang.perl.perl5.porters |
|---|---|
| Message-ID | <CABMkAVUNb5dvr6o-tu-z3gKTNcShX1f6dX_i0F=WsCtwm3_JPQ@mail.gmail.com> |
On Fri, Sep 4, 2026 at 11:17 AM Laurent <[email protected]> wrote: > Hi, > > Here is a study on the threads support in Perl and a proposal to improve > it. > I updated https://github.com/Perl/perl5/issues/18093 about this as well. > > The proposal involves 4 parts: > * a Perl Core API for stateful green threads ("execstate") > * a Perl Core API for stateless green threads (savestack "parkapi") > * a Perl Core endorsement for Perl multicore XS sync OS threads ("bracket") > * a Perl Core API for Perl multicore XS async OS threads ("offload") > If you have design ideas to discuss, it would be best to do it without an LLM first. See https://github.com/Perl/perl5/blob/blead/AI_POLICY.md -Dan