blockcypher / blockcypher-python

Python library for the BlockCypher web services
https://www.blockcypher.com/dev/bitcoin
Apache License 2.0
215 stars 123 forks source link

Dev util delegate #130

Closed frier17 closed 1 year ago

frier17 commented 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.

quentinlesceller commented 1 year ago

Looking good ! Thank you for the PR.