Table of Contents

GetAwaiter Method

GetAwaiter()

public TaskAwaiter GetAwaiter()

Gets an awaiter for this fiber, allowing it to be awaited. Automatically starts the fiber if it hasn't been started yet.

Returns

TaskAwaiter

An awaiter for the fiber's underlying Task.