https://docs.raku.org/
shows different types of documentation available, including: * Type reference * Language reference * Tutorials Sounds like you'd like a tutorial: looking through the tutorial section, I find a tutorial already exists covering run, Proc, Proc::Async: https://docs.raku.org/language/ipc - Inter-process communication / Programs running other programs and communicating with them. Whereas the type reference pages like https://docs.raku.org/type/Proc are going to be an overview of the object along with the laundry list of methods available. Cheers On Mon, Nov 17, 2025 at 11:44 PM ToddAndMargo via perl6-users < [email protected]> wrote: > On 11/17/25 8:25 PM, ToddAndMargo wrote: > > And start simple again. > > No showing off until AFTER all the basics have > > been discussed. > > Don't expect those reading the docs to understand > every other aspect of Raku. >
