Skip to content

No way to know when a cancelled Future async operation is actually cancelled #46

Open
@sdroege

Description

@sdroege

rust-lang/futures-rs#1278 (comment)

Problem here is that the callback-based API would give us a Cancelled error at that time, while simply dropping the future allows for no way of signalling that the cancellation has happened. But before cancellation happened, it is impossible to start a new async operation on most objects.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingenhancementNew feature or requestgio

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions