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

Anyctx #33

Merged
merged 6 commits into from
Dec 19, 2023
Merged

Anyctx #33

merged 6 commits into from
Dec 19, 2023

Conversation

nullchinchilla
Copy link
Member

@nullchinchilla nullchinchilla commented Dec 18, 2023

Move to use the experimental anyctx crate.

The main benefit here is that

  • we no longer have a growing list of fields in DaemonContext
  • these fields no longer have to be global to the whole program

@nullchinchilla
Copy link
Member Author

The code is certainly not optimally laid out for anyctx yet --- many "fields" still have users spread across the files and are not properly encapsulated within the module system --- but it should give an idea of how to use that crate.

@nullchinchilla nullchinchilla marked this pull request as ready for review December 19, 2023 19:41
@nullchinchilla nullchinchilla merged commit 2136af4 into master Dec 19, 2023
1 check passed
@thisbefruit thisbefruit deleted the anyctx branch December 29, 2023 18:55
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.

1 participant