Skip to content

Conversation

@rbtr
Copy link
Collaborator

@rbtr rbtr commented Jun 14, 2021

Signed-off-by: Evan Baker rbtr@users.noreply.github.com

Reason for Change:

Migrates from a variety of exit and err channels to a runtime context. In this PR, the root context is passed directly to the child contexts (since the previous exit channels where never closed independently, only when the parent scope was exiting), but this could serve as a basis to derive cancellable or timeout child contexts in the future.

Issue Fixed:

Requirements:

Notes:

@rbtr rbtr force-pushed the rbtr/context branch 4 times, most recently from 9c396a7 to b8d0e6a Compare June 16, 2021 19:37
Copy link
Member

@neaggarwMS neaggarwMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

Copy link
Member

@neaggarwMS neaggarwMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕐

@rbtr rbtr force-pushed the rbtr/context branch 2 times, most recently from 6e3c0c0 to b97f731 Compare June 21, 2021 23:14
@rbtr rbtr requested a review from thatmattlong June 21, 2021 23:15
thatmattlong
thatmattlong previously approved these changes Jun 22, 2021
@rbtr rbtr dismissed neaggarwMS’s stale review June 22, 2021 17:39

conflicting reviews

Copy link
Member

@neaggarwMS neaggarwMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🕐

Copy link
Member

@neaggarwMS neaggarwMS left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@rbtr rbtr merged commit 0bcb0d0 into master Jun 23, 2021
@rbtr rbtr deleted the rbtr/context branch June 23, 2021 17:01
csfmomo pushed a commit that referenced this pull request Jun 25, 2021
* chore: migrate from exit/err channels to context

Signed-off-by: Evan Baker <rbtr@users.noreply.github.com>

* pass context instead of storing

* rename controller packages

* comment init
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.

4 participants