Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Jan 6, 2025
1 parent cd7cdfa commit 8750400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions a_sync/primitives/queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -920,6 +920,7 @@ async def __worker_coro(self) -> NoReturn:
kwargs: P.kwargs
fut: SmartFuture[V]
while True:
raise ValueError
try:
args, kwargs, fut = await get_next_job()
if fut is None:
Expand Down

0 comments on commit 8750400

Please sign in to comment.