python-jsonrpc-server
python-jsonrpc-server copied to clipboard
Allow for custom async implementations
Currently we hard-code concurrent.futures and threading. Would be nice to allow people to use gevent, asyncio etc.