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.
Adam D Ruppe via Digitalmars-d-learn Mon, 03 Oct 2022 05:10:53 -0700
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.