Re: Where do I find Proc in the src code?
[email protected] (ToddAndMargo via perl6-users) Fri, 7 Nov 2025 13:27:16 -0800
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <[email protected]> |
On 11/7/25 1:45 AM, Peter Pentchev wrote: > On Thu, Nov 06, 2025 at 08:29:31PM -0800, ToddAndMargo via perl6-users wrote: >> Hi All, >> >> https://github.com/rakudo/rakudo/tree/main/src/core.c/Proc >> >> has proc::async but not Proc. >> >> Where do I find the source code for Proc? > > https://github.com/rakudo/rakudo/blob/main/src/core.c/Proc.rakumod > > G'luck, > Peter > Thank you!