Skip to content

async Tasks #73

Open
Open
@richardschneider

Description

@richardschneider
  • As mentioned by Stephen Cleary libraries should use await FooAsync().ConfigureAwait(false). This stops it from posting to SynchronizationContext and lets the code continue on the current thread.

  • Use ValueTask when appropriate, as described by Stephen Toub

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