Skip to content
Snippets Groups Projects
Commit 9a6ca3c6 authored by charles leggett's avatar charles leggett
Browse files

deprecate Algorithm begin/end run methods

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.
parent 69182d64
No related branches found
No related tags found
1 merge request!542deprecate Algorithm begin/end run methods
Showing
with 358 additions and 700 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment