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

Allow the pool lock to be specialized #41

Merged
merged 4 commits into from May 11, 2015

Commits on Apr 16, 2015

  1. Allow the pool lock to be specialized

    It can be quite useful to allow the lock that the pool
    uses to be specified to be something other than the default
    threading lock class/type. This can be especially useful when
    eventlet (or gevent or other) are used which have there own
    special lock type that connects into there event-loop.
    Joshua Harlow committed Apr 16, 2015
    Configuration menu
    Copy the full SHA
    39e7fef View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2015

  1. Add pooled client docstring

    Joshua Harlow committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    ee40c86 View commit details
    Browse the repository at this point in the history
  2. Remove existing inline doc/comment

    Joshua Harlow committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    f173e08 View commit details
    Browse the repository at this point in the history
  3. Use the google guides param doc style instead

    Joshua Harlow committed Apr 17, 2015
    Configuration menu
    Copy the full SHA
    6d435f9 View commit details
    Browse the repository at this point in the history