FsFlow.Flow.fork
Starts a flow in a new fiber without waiting for it to complete.
Parameters
flow: The flow to fork.
Returns
A flow that produces a Fiber handle.
Starts a flow in a new fiber without waiting for it to complete.
flow: The flow to fork.A flow that produces a Fiber handle.