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: make solutions optionally async #29

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

ABausG
Copy link

@ABausG ABausG commented Dec 11, 2024

Making solve functions FutureOr and adjusting the according tracking and main function.

I know FutureOr is not really liked by Slava but I like that for this case it allows for a smooth migration path for participants who want to migrate this season without having to touch all solutions.

Closes #28

@ABausG ABausG marked this pull request as draft December 11, 2024 18:17
@ABausG
Copy link
Author

ABausG commented Dec 11, 2024

Realized that the generated test is not yet working. Will update

Done.

@ABausG ABausG marked this pull request as ready for review December 11, 2024 18:22
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.

Make solvePart01 and solvePart02 Asyncronous
1 participant