arrowhead-f / client-library-python

Arrowhead Client Library in Python
Eclipse Public License 2.0
5 stars 10 forks source link

async/await support #23

Closed ajoino closed 3 years ago

ajoino commented 3 years ago

Async is used in many different python libraries, like FastAPI (#22 ). I suspect this will introduce complexities in the Client class, with some methods needing an async version.

ajoino commented 3 years ago

Closed #25