Skip to content

Update memdx channel usage to use callbacks where possible #168

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

Merged
merged 1 commit into from
Jul 30, 2024
Merged

Conversation

chvck
Copy link
Collaborator

@chvck chvck commented Jul 30, 2024

Motivation

Using channels for things like orphan handler requires us to spin up new tasks, the flow is also a bit easier to follow with callbacks.

Changes

Update orphan handling and connection close handling to use callbacks. Rewrite kvclientpool to make this possible.

Motivation
-----------
Using channels for things like orphan handler requires us to spin
up new tasks, the flow is also a bit easier to follow with callbacks.

Changes
-------
Update orphan handling and connection close handling to use callbacks.
Rewrite kvclientpool to make this possible.
Copy link
Contributor

@Matt-Woz Matt-Woz left a comment

Choose a reason for hiding this comment

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

LGTM!

@chvck chvck merged commit 1275e36 into nativex Jul 30, 2024
6 checks passed
@chvck chvck deleted the callbacks branch July 30, 2024 17:03
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.

2 participants