> On 7/29/21 10:34 AM, Leon Timmermans wrote: > > I agree [concurrency is] important, that's why I'm actually working on > > the issue. To be precise, an ithreads based (so can actually use > > multiple processors) continuation passing style (same model Go uses > > for its channels) module. > > > https://en.wikipedia.org/wiki/Continuation-passing_style > > > STFW again, I see existing modules/ distributions with continuations. > You do not see anything you like? > > https://metacpan.org/search?size=20&q=continuation > > > Can continuations be abstracted out, become a Perl primitive, and used > throughout? > Sorry, I meant CSP (Communicating sequential processes) not CPS (continuation passing style) LeonThread Previous | Thread Next