Skip to content

Make a shim for CancelAsync() and leverage that in places #265

@madelson

Description

@madelson

Today there are places where we do Task.Run(() => cts.Cancel()); those could use CancelAsync() instead and take advantage of the native method on newer frameworks.

Metadata

Metadata

Assignees

No one assigned

    Labels

    cleanupCode cleanup and other maintenance changes that do not affect runtime behaviorcore

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions