Replies: 1 comment 2 replies
-
Hi, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I use the following wrapper of an AsyncGenerator to the cache.lock() function:
On calling this by
I get quite often a LockedError:
Do I have to implement some kind of "active" waiting for the lock to disappear in critical_section_lock_cleanup_items(). What would be the best way here?
Beta Was this translation helpful? Give feedback.
All reactions