Skip to content

consider using RAII for RcMut instead of closures #9811

Closed
@thestinger

Description

@thestinger

Closures actually make this simpler, because they enforce stack discipline. Switching to RAII will involve using a counter instead of just pushing/popping one layer of state so we'll need to take a close look at the performance.

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