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
Add parameter 'done_max' to class Pool to limit number of results in queue.
Add parameter 'cnt_max' to function as_completed to limit number of results
to read with one function call.
Make list of child thread objects visible.
Hopefully finally fix a deadlock issue when job queue is running empty.
Update README.rst
Add optional init_args parameter for init_callback.
Set attribute 'tnum' to child number.
Update README.rst
Fix join method. Call shutdown method with the correct parameters.
In shutdown method send finish command to child threads if soon is True
independent of the wait parameter.
Update echoserver.py example and corresponding benchmarks.
Add method join.
Fix method shutdown_children to release job_cnt semaphore.
Added echoserver and echclient examples from uvloop and extended them with fastloop support (look at the benchmarks!).