You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by tonybaloney <gi...@git.apache.org> on 2017/04/07 03:17:00 UTC

[GitHub] libcloud pull request #1027: [RFC] Option 2 for Libcloud async support

GitHub user tonybaloney opened a pull request:

    https://github.com/apache/libcloud/pull/1027

    [RFC] Option 2 for Libcloud async support

    This is the second design concept for async support in Libcloud.
    
    This will only support Python 3.5+ (but cleanly handle older versions)


You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tonybaloney/libcloud async_2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/libcloud/pull/1027.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1027
    
----
commit 71f4356ebd7f7facc92474f5225ae3a68daeb930
Author: Anthony Shaw <an...@apache.org>
Date:   2017-04-02T10:44:56Z

    add async context manager

commit 1d7dec24921822f09ad15d7772127319942e6a41
Author: Anthony Shaw <an...@apache.org>
Date:   2017-04-02T10:55:19Z

    Merge branch 'integration_testing' into async

commit 5b06c20650abb6b024c340b648ad1499b3866786
Author: Anthony Shaw <an...@apache.org>
Date:   2017-04-02T11:36:16Z

    add a basic async method for list_nodes and an example

commit d15a23762dd88807f7169cc2eb42ee42754b1959
Author: Anthony Shaw <an...@apache.org>
Date:   2017-04-02T11:43:05Z

    Merge branch 'trunk' into async

commit dafcb04f2f507593605e7c3f5c0252401648073b
Author: Anthony Shaw <an...@apache.org>
Date:   2017-04-07T02:00:22Z

    rename httplib_ssl to connection, add async connection cls

commit d4fe097476d2f02941e17d5e1b1d405fcf44c0f7
Author: Anthony Shaw <an...@apache.org>
Date:   2017-04-07T03:10:28Z

    add an async connection class and handler

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] libcloud pull request #1027: [RFC] Option 2 for Libcloud async support

Posted by tonybaloney <gi...@git.apache.org>.
Github user tonybaloney closed the pull request at:

    https://github.com/apache/libcloud/pull/1027


---