hyperledger-archives / education-sawtooth-simple-supply

https://wiki.hyperledger.org/display/LMDWG
Apache License 2.0
51 stars 61 forks source link

Refactor Code to use asyncio.run() #38

Open Happythedog opened 4 years ago

Happythedog commented 4 years ago

With many weird quirks of event loops in Python 3.5 would it not be better to refactor the simple supply chain rest api to use asyscio.run() which takes care of the context.