async-component-support-machinery-6ea4496241aeb3b2.yaml
1 --- 2 features: 3 - | 4 Extend core component machinery to support an optional asynchronous `run_async` method in components. 5 If it's present, it should have the same parameters (and output types) as the run method and must be 6 implemented as a coroutine.