knock
knock copied to clipboard
Threads support?
Hi! Can you please add threads support? Thanks!
That would be amazing IMO
Who can contact to owner? It's seems he doesn't reading github
Multi threading is a not-so-good idea in python due to GIL. I think we should go for multi-processing if we need to speed-up the task.