Skip to content

Documentation #12

Description

@JanKoelzer
  • valueCallback must not capture other cells (via putX)
  • valueCallback in whenNext might be called with the same value twice
  • different valueCallback must not write mutable data. Note that reading is OK, e.g. methodToCell is mutable. Are there exceptions? Document them.
  • use whenComplete carefully! A whenComplete cycle might not have progress, while a whileNext cycle has
  • prefer whenNext over whenNextSequential, but use latter, if state is needed
  • whenNextSequential calls all callbacks of this cell sequentially. (Callbacks for other cells run concurrently)

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