Skip to content

Commit

Permalink
Include concurrent and asynchronous top-level namespaces
Browse files Browse the repository at this point in the history
It was not possible to use them as `pebble.concurrent.*` or
`pebble.asynchronous.*`.

Signed-off-by: Matteo Cafasso <noxdafox@gmail.com>
  • Loading branch information
noxdafox committed Sep 28, 2024
1 parent 6a12ddf commit d8a9a3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pebble/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
'ThreadPool']


from pebble import concurrent, asynchronous
from pebble.decorators import synchronized, sighandler
from pebble.functions import waitforqueues, waitforthreads
from pebble.common import ProcessExpired, ProcessFuture, CONSTS
Expand Down

0 comments on commit d8a9a3b

Please sign in to comment.