Skip to content

Investigate if atomic:fence needs to be added in broadcast and try_receive #47

@filipdulic

Description

@filipdulic

Ordering is very important for certain operations in broadcast, and try_recv. Investigate weather the std::sync::atomic::fence needs to be added to these functions where appropriate.

  • between store and wi.inc in broadcast.
  • between val load and loop in try_recv.

Metadata

Metadata

Assignees

No one assigned

    Labels

    investigationSomething needs to be investigated.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions