Skip to content

Support IAsyncDisposable #404

Description

@oysteinkrog

We have DisposeMany() today that calls IDisposable.Dispose() on removed items, we should consider support IAsyncDisposable.DisposeAsync() as well.

How to achieve:
Add a new DisposeManyAsync() operator that calls DisposeAsync() instead of normal Dispose().

Open questions:
How to best handle the async task/context that DisposeAsync() returns.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions