Table of Contents

Start Method

Start()

public override Task Start()

Starts the execution of the fiber. If the fiber is already running, it returns the existing active task.

Returns

Task

A Task that represents the asynchronous start operation.

Exceptions

FiberException

Thrown if an attempt is made to start the fiber while it is being iterated over asynchronously.