You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `pool` parameter allows to pass an instance of ThreadPool as
executor for the decorated function instead of running it within a new
thread.
Thus allowing better control of used resources when running a
decorated function multiple times.
Signed-off-by: Matteo Cafasso <[email protected]>
0 commit comments