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

Use go-util's mutex package for Client. #492

Merged
merged 3 commits into from
Mar 28, 2023

Conversation

zenhack
Copy link
Contributor

@zenhack zenhack commented Mar 27, 2023

Stacked on #491; merge that first. This does the same thing for the Client type.

Note: this depends on zenhack/go-util#1.

I want to use this basically everywhere else we're using a mutex as
well, but I to stay sane while reworking Client internals I wanted to do
this now. I just did clientHook to keep this PR small-ish, but expect
similar for related data structures soon.
@zenhack zenhack merged commit 0194cec into capnproto:main Mar 28, 2023
@zenhack zenhack deleted the go-util-client-mutex branch March 28, 2023 02:46
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