nuagenetworks / bambou

low level rest communication library for vsp style apis
BSD 3-Clause "New" or "Revised" License
7 stars 11 forks source link

Bambou as async #21

Closed pdellaert closed 5 years ago

pdellaert commented 5 years ago

Work in progress, but @siebeclaes , feel free to review the as_async backward compatible code change already

siebeclaes commented 5 years ago

I found another, in my opinion cleaner way to support the old async keyword on Python <3.7 using decorators. I branched of your PR and made a proof of concept here. I haven't tested the changes yet but they should work in theory.

pdellaert commented 5 years ago

@siebeclaes , added your suggestions/improvements. Thanks!