Project

Profile

Help

Task #8837

Updated by pulpbot over 2 years ago

 

 **Ticket moved to GitHub**: "pulp/pulpcore/2006":https://github.com/pulp/pulpcore/issues/2006 




 ---- 


 With the current openapi generated python bindings, I can 

 - Use blocking REST calls with `async_req=False` 
 - Use a future-like model with `async_req=True` 

 Is there a way to use asyncio with the current bindings? If not, is it possible to generate the bindings with asyncio? 

Back