Skip to content

Commit

Permalink
feat: import SmartProcessingQueue to primitives module
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler authored Apr 23, 2024
1 parent e0e5a16 commit 11145da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion a_sync/primitives/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
PruningThreadPoolExecutor,
ThreadPoolExecutor)
from a_sync.primitives.locks import *
from a_sync.primitives.queue import Queue, ProcessingQueue
from a_sync.primitives.queue import Queue, ProcessingQueue, SmartProcessingQueue

__all__ = [
"AsyncThreadPoolExecutor",
Expand All @@ -24,4 +24,5 @@
"Event",
"Queue",
"ProcessingQueue",
"SmartProcessingQueue",
]

0 comments on commit 11145da

Please sign in to comment.