alpaca-py
alpaca-py copied to clipboard
Improve Process For Running Multiple Streams
Is there an existing issue for this?
- [X] I have searched the existing issues
Is your feature request related to a problem? Please describe.
Currently, there is no simple way to run multiple streams. The users needs to use asyncio.gather manually on each run
method.
Describe the solution you'd like.
Implement a way to run multiple streams simulatenously.
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
asyncio.gather manually on each run method.
Can you provide a code example on how to do this? I have tried different ways but I am not able to figure it out.