Skip to content

Fix #170: Use a private gevent threadpool

Tiago Coutinho requested to merge issue-170 into develop

Use a private ThreadPool (previous implementation was patching default gevent threadpool which might prevent other libraries using the same threadpool from working properly together with PyTango)

Merge request reports