jgarzik / python-bitcoinrpc

Python interface to bitcoin's JSON-RPC API
GNU Lesser General Public License v2.1
644 stars 304 forks source link

Asyncio support #71

Open avodaniel opened 7 years ago

avodaniel commented 7 years ago

Hello. It seems that client can be implemented with support for Python 3 Asyncio with yieldfrom.http.client . Would you like any change in this way?

CesarPantoja commented 5 years ago

this is pretty sweet. Would be cool if it could be merged.