Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: AsyncIO integration #22

Closed
wants to merge 20 commits into from

Commits on Apr 22, 2020

  1. Provide basic AsyncIO functionality with new modules:

    * google.api_core.async_future
    * google.api_core.gapic_v1.config_async
    * google.api_core.gapic_v1.method_async
    * google.api_core.operations_v1.operations_async_client
    * google.api_core.grpc_helpers_async
    * google.api_core.operation_async
    * google.api_core.retry_async
    Unit tests included for all new modules under tests/asyncio
    lidizheng committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    6fae148 View commit details
    Browse the repository at this point in the history
  2. Add nox support

    lidizheng committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    fbc7cc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b6790b4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8470317 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8bebf58 View commit details
    Browse the repository at this point in the history
  6. Simplify grpc_helpers_async

    lidizheng committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    bd441d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdfea9b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a1e9049 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    222b369 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5390378 View commit details
    Browse the repository at this point in the history
  11. Make flake8 happy

    lidizheng committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    838acee View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8b6931 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7f8ccc4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    42f8c36 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    2e95db1 View commit details
    Browse the repository at this point in the history
  16. Fix typo

    lidizheng committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f648274 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    21b186c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ab99a45 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    96f8b17 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    204cc4a View commit details
    Browse the repository at this point in the history