Skip to content

feat: make solutions optionally async#29

Open
ABausG wants to merge 3 commits intoS-ecki:mainfrom
ABausG:feat/async-solve
Open

feat: make solutions optionally async#29
ABausG wants to merge 3 commits intoS-ecki:mainfrom
ABausG:feat/async-solve

Conversation

@ABausG
Copy link
Copy Markdown

@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
Copy Markdown
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