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

Clean up some of the context use; add graceful restarts #47

Merged
merged 2 commits into from Oct 30, 2019
Merged

Clean up some of the context use; add graceful restarts #47

merged 2 commits into from Oct 30, 2019

Conversation

erikh
Copy link
Member

@erikh erikh commented Oct 30, 2019

The cleaning up allowed the graceful restarts to happen; the context use
(in this case, context means x/net/context aka golang context) was
really messy before and is isolated to two contexts now and the
supporting data has been isolated a bit.

Still needs another pass; when I get time I guess.

Signed-off-by: Erik Hollensbe github@hollensbe.org

Erik Hollensbe added 2 commits October 30, 2019 11:36
The cleaning up allowed the graceful restarts to happen; the context use
(in this case, context means x/net/context aka golang context) was
really messy before and is isolated to two contexts now and the
supporting data has been isolated a bit.

Still needs another pass; when I get time I guess.

Signed-off-by: Erik Hollensbe <github@hollensbe.org>
Signed-off-by: Erik Hollensbe <github@hollensbe.org>
@erikh erikh merged commit bd1742f into tinyci:master Oct 30, 2019
@erikh erikh deleted the context-use branch October 30, 2019 11:38
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.

None yet

1 participant