Skip to content

Implement Connection::cancel() (or make it a no-op) #23

@abonander

Description

@abonander

Overlooked this one: https://docs.rs/adbc_core/latest/adbc_core/trait.Connection.html#tymethod.cancel

This has the same problem as #20 as it's meant to cancel any operations in-flight on the connection (from other methods on Connection), which would also be borrowing it mutably.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels
    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions