You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by GitBox <gi...@apache.org> on 2020/08/14 20:20:55 UTC

[GitHub] [libcloud] Kami commented on pull request #1481: V sphere drv

Kami commented on pull request #1481:
URL: https://github.com/apache/libcloud/pull/1481#issuecomment-674256104


   Thanks for the contribution.
   
   For now, this in-line async code should probably work, but we should come up with a standardized convention for handling async across different drivers in a consistent manner.
   
   Perhaps another set of methods which have ``async_`` (e.g. ``async_list_nodes``, ``async_reboot_node``, etc.). And we also need a way for user to specify the event loop to use.
   
   This could either be done on the global level (e.g. ``libcloud.async.set_event_loop(loop)``) and perhaps also on driver level, if user wishes to use different loop for different drivers (probably that likely).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org