Skip to content

23.11.30

Latest
Compare
Choose a tag to compare
@fried fried released this 01 Dec 22:05
· 18 commits to main since this release

Added the herd decorator to later.task - This decorator allows you to protect code from a thundering herd of coroutines. Only one call with the same arguments will be allowed through until the request is completed. In the future I will include some memorization decorators for caching results of coroutines.

Also included Support for cpython 3.11 and 3.12. Next release will drop support for 3.7

Also this is the first release using pyproject / flit