moin, I'm currently evaluating QPC for use in a product (and so far it's pretty damn awesome) with an STM32G4 Cortex-M with around 170MHz. I'd like to have a bigger number of objects (representing small pieces of algorithms working together) in the program, but only a small subset of those objects would be active. Most probably, the board would select the objects to start during initializiation (from config). But being able to switch objects on and off at runtime would be helpful as well. I read...