mirror of
https://github.com/deepset-ai/haystack.git
synced 2025-12-27 06:58:35 +00:00
Using a suffix will keep names logically sorted, less noisy and relegate the async aspect to an implementation/API detail.
7 lines
263 B
YAML
7 lines
263 B
YAML
---
|
|
features:
|
|
- |
|
|
Extend core component machinery to support an optional asynchronous `run_async` method in components.
|
|
If it's present, it should have the same parameters (and output types) as the run method and must be
|
|
implemented as a coroutine.
|