Skip to content

Make Line thread-safe #2

@babolivier

Description

@babolivier

The only thing blocking line_token::Line from being thread-safe is that it's using a RefCell for interior mutability, which isn't thread-safe. Using a Mutex from async_lock would fix this.

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