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

feat(split): Rely on tokio's sync primitives #33

Merged
merged 1 commit into from
Nov 30, 2023
Merged

feat(split): Rely on tokio's sync primitives #33

merged 1 commit into from
Nov 30, 2023

Conversation

jalil-salame
Copy link
Contributor

This removes Atomics in favor of tokio's Mutex. It should be a safer alternative (and less likely to cause UB).

This removes Atomics in favor of tokio's Mutex. It should be a safer
alternative (and less likely to cause unsafety).

Signed-off-by: Jalil David Salamé Messina <[email protected]>
@qwandor qwandor requested review from Tim-Zhang and a team November 29, 2023 10:53
@qwandor qwandor merged commit 00a8177 into master Nov 30, 2023
2 checks passed
@qwandor qwandor deleted the tokio-sync branch November 30, 2023 10:05
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.

3 participants