Skip to content

Atomics wait/waitAsync/notify are not correct #899

@aapoalas

Description

@aapoalas

These are implemented using OS futexes directly: this is very close to correct on Linux but will still fail with spurious wake-ups from the OS. On iOS and Windows the APIs are even worse aligned compared to the intended case.

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