We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The use of context is a must to have with Go v1.7.4+ and it should help to cancel long running process according the developer needs
The text was updated successfully, but these errors were encountered:
Where would you like to usage the context api?
Currently the places I can think of:
EventStore.Load
EventStore.Save
SafeSave
There surely are some more.
I could add context support for the above methods as a starter if you'd like.
Sorry, something went wrong.
Hello, yes those areas are interesting to add context support
No branches or pull requests
The use of context is a must to have with Go v1.7.4+ and it should help to cancel long running process according the developer needs
The text was updated successfully, but these errors were encountered: