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

Add method to memoize the result of a ZQuery #481

Merged
merged 3 commits into from
Apr 23, 2024

Conversation

kyri-petrou
Copy link
Collaborator

The ZQuery#memoize method allows us to, well, memoize the result of a ZQuery. This works in a very similar way as ZIO.memoize.

NOTE: I had to change some of the links in the scaladoc of existing methods as publishing the API docs was raising some errors

@kyri-petrou kyri-petrou requested a review from ghostdogpr April 23, 2024 05:53
@kyri-petrou kyri-petrou merged commit 959dc56 into zio:series/2.x Apr 23, 2024
27 checks passed
@kyri-petrou kyri-petrou deleted the add-query-memoization branch April 23, 2024 08:11
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