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

replicate: make manager take &self #113

Merged
merged 1 commit into from
Jun 20, 2024
Merged

Conversation

TheButlah
Copy link
Contributor

@TheButlah TheButlah commented Jun 20, 2024

Taking &self is important for being able to use an Arc for spawned async tasks.

Special thanks to @SafariMonkey for pair programming with me.

@TheButlah TheButlah requested a review from kayhhh June 20, 2024 04:35
Copy link

@kayhhh kayhhh left a comment

Choose a reason for hiding this comment

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

LGTM

@TheButlah TheButlah merged commit 8950c6e into main Jun 20, 2024
3 checks passed
@TheButlah TheButlah deleted the thebutlah/shared-manager branch June 20, 2024 08:00
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