added function gather_in_batches

This commit is contained in:
2021-11-30 15:20:27 +01:00
parent 55ff24e180
commit 406828eaca
3 changed files with 38 additions and 2 deletions

View File

@ -2,6 +2,12 @@
Stuff I frequently use in various unrelated projects that deal with web requests.
## Functions
### gather_in_batches
Makes it more convenient to run awaitable objects in concurrent batches.
## Decorators
### in_async_session