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

Want context.Context versions of send, receive #215

Open
gdamore opened this issue Sep 27, 2020 · 0 comments
Open

Want context.Context versions of send, receive #215

gdamore opened this issue Sep 27, 2020 · 0 comments

Comments

@gdamore
Copy link
Contributor

gdamore commented Sep 27, 2020

We code that uses timeout options, but these APIs were designed back before context.Context existed.

It would be good to introduce APIs like

RecvContext() and RecvMsgContext() that took a context as their first argument. Arguably, the former receive functions could then be implemented in terms of these. We would then deprecate the legacy options.

This would also potentially provide a nice API for cancellation.

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

No branches or pull requests

1 participant