Skip to content
This repository was archived by the owner on Nov 8, 2018. It is now read-only.
This repository was archived by the owner on Nov 8, 2018. It is now read-only.

Call Task.Yield() instead of Thread.Sleep() to yield control #2

@BillWagner

Description

@BillWagner

Thread.Sleep() is not recommended. Instead, call Task.Yield() to yield control to another task.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions