Open
Description
Is your feature request related to a problem? Please describe.
Sometimes one needs to simulate an asynchronous user behavior. Hatching more users does not solve the problem.
Describe the solution you'd like
Support defining async
tasks or something similar.
Describe alternatives you've considered
One could also write a custom client. Maybe this would solve the problem. It would be great to collect examples or snippets on how to do so in this issue, and add them in https://docs.locust.io/en/stable/testing-other-systems.html or another doc page.