Skip to content

Check Cell.pollFor #32

Description

@JanKoelzer

This might be some a source for indeterminism:

First, we check, if a value has been staged.
If yes, we

  • Second, we remove it.
  • Third, we return some value
    else we return NoOutcome
    Maybe a thread gets paused after Step 1 and before Step 2 and a second thread concurrently returns and thus a dependency callback gets triggered twice.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions