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

Hide GetConn #278

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Hide GetConn #278

wants to merge 1 commit into from

Conversation

espindola
Copy link
Contributor

This makes the future implementation private. This is a braking change, but:

  • It is unlikely anyone was using GetConn directly instead of just awaiting it.

  • This opens the way for replacing the manual implementation with an async fn.

@espindola
Copy link
Contributor Author

Ping. I have a patch that makes get_conn a plain async fn, but it depends on this.

@espindola
Copy link
Contributor Author

ping. I have rebased it on top of current master.

@espindola
Copy link
Contributor Author

In case you find it easier to review it all at once, #285 has both this patch and the conversion to a plain async fn.

This makes the future implementation private. This is a braking
change, but:

* It is unlikely anyone was using GetConn directly instead of just
  awaiting it.

* This opens the way for replacing the manual implementation with an
  async fn.
@espindola
Copy link
Contributor Author

I have rebased it once more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant