asyncpool icon indicating copy to clipboard operation
asyncpool copied to clipboard

Asyncio coroutine worker pool

Results 4 asyncpool issues
Sort by recently updated
recently updated
newest added

This fixes the usage of replace with `utcnow` with the recommendation from https://docs.python.org/3/library/datetime.html#datetime.datetime.utcnow

``` asyncutils.py:60: DeprecationWarning: The loop argument is deprecated since Python 3.8, and scheduled for removal in Python 3.10. result = await asyncio.wait_for( ``` In asyncio, the explicit passing of a...

I haven't tested this yet, but these are the tests I already had. If you want to add me as an contributor I can set up travis

I some from my private repo, I'll open a PR