mirror of
https://github.com/FairRootGroup/FairMQ.git
synced 2025-10-13 08:41:16 +00:00
- Split INITIALIZING state into Init+Bind+Connect - Remove PAUSE state - Convert state/transitions to enum classes (CamelCase) - Transition to a state only once previous handler is complete - Add CompleteInit transition to notify Initializing state that config updates are complete - Deprecate WaitForEndOfState(transition) in favor of WaitForState(state)/WaitForNextState() - Update tests/plugins to new APIs - Deprecate CheckCurrentState() in favor of NewStatePending() |
||
---|---|---|
.. | ||
channel | ||
device | ||
event_manager | ||
helper | ||
memory_resources | ||
message | ||
parts | ||
plugin_services | ||
plugins | ||
poller | ||
protocols | ||
state_machine | ||
tools | ||
transport | ||
CMakeLists.txt | ||
runner.cxx.in | ||
runner.h | ||
TestEnvironment.h.in |