Skip to content

[All] Mutex performance improvement: asynchronous mutex vs synchronous mutex #119

Open
@rainliu

Description

@rainliu

tokio::sync::Mutex vs std::sync::Mutex vs parking_lot::Mutex

change tokio::sync::Mutex to std::sync::Mutex or parking_lot::Mutex when it is not across .await

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