Way to pass params to a function passed to a fiber?

Adam D Ruppe destructionator at gmail.com
Mon Oct 3 12:06:07 UTC 2022


On Monday, 3 October 2022 at 08:10:43 UTC, Bienlein wrote:
> Hello,
>
> I'm looking for a way to pass parameters to a function called 
> by a fiber. Starting a fiber works like this:


You can also make a subclass of fiber that stores them with the 
object.



More information about the Digitalmars-d-learn mailing list