Skip to content
  • charles leggett's avatar
    deprecate Algorithm begin/end run methods · 9a6ca3c6
    charles leggett authored
    Algorithms should not know about begin and end run transitions,
    as these concepts become fuzzy if not entirely meaningless in
    an environment where multiple events are processed concurrently.
    In the vast majority of cases, anything done in
    Algorithm::beginRun can be migrated to Algorithm::start, and
    endRun -> stop.
    9a6ca3c6