Fiber.this
this
(void delegate() fn, size_t stackSize = 0) @trustedConstruct a fiber with the given callable.
Parameters
fn | The function or delegate to execute in the fiber context. |
stackSize | Optional stack size in bytes. Defaults to platform default. |
this
(void function() fn, size_t stackSize = 0) @trustedditto