391 B
391 B
- Moved
create_task,cancel_task, thetask_managerproperty, andsetup(task_manager)up fromFrameProcessortoBaseObject. CustomBaseObjectsubclasses (turn strategies, controllers, etc.) now inherit these methods directly instead of reimplementing the task manager wiring. Owners propagate the task manager to their childBaseObjects viaawait child.setup(task_manager).