callme
callme copied to clipboard
Use futures instead of raw threads
Instead of creating unbounded numbers of threads it would be great to use a futures executor https://docs.python.org/dev/library/concurrent.futures.html and a pool size instead, this ensures that the rpc program will not be overloaded.