Closed frier17 closed 1 year ago
Added delegate_task function to the util.py and api.py script. The function uses threads to execute IO bound operations. I believe this will improve performance and enable calls to blockchains in a none blocking manner.
delegate_task
util.py
api.py
Looking good ! Thank you for the PR.
Added
delegate_task
function to theutil.py
andapi.py
script. The function uses threads to execute IO bound operations. I believe this will improve performance and enable calls to blockchains in a none blocking manner.