Skip to content

Atomic<Address> #121

Open
Open
@qinsoon

Description

@qinsoon

The following code currently uses an AtomicUsize to store an address, and it needs to be accessed atomically. We should consider using Atomic<Address> from the crate (https://crates.io/crates/atomic).

cursor: AtomicUsize,

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-generalArea: all code base (issues with this label may be divided into more concrete issues)C-cleanupCategory: CleanupF-good-first-issueCall For Participation: Suitable issues for first-time contributorsP-normalPriority: Normal.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions