Skip to content
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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions