Skip to content

Clear TaskScheduler.Current #13

Description

@AArnott

ConfigureAwait(false) does two things:

  • it avoids posting to SynchronziationContext.Current
  • it avoids using TaskScheduler.Current

So to truly be a replacement for it, you must also re-schedule execution of the entire async method if TaskScheduler.Current != TaskScheduler.Default.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions