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 support for Future #9

Open
bblfish opened this issue Feb 26, 2022 · 0 comments
Open

Add support for Future #9

bblfish opened this issue Feb 26, 2022 · 0 comments

Comments

@bblfish
Copy link
Owner

bblfish commented Feb 26, 2022

The current implementation works with cats.effect.IO which is clean and pure. But it has the disadvantage of being a bit heavy for projects that rely on scala's Future and may just want to add an signing layer without buying into the full cats.effect stack.
See my longer comment in the discussion on custom IO Runtimes.

For expediency I used IO in commit co-operating-systems/Reactive-SoLiD#20 .

If people would like to use this library but feel this is a blocker please contact me to help me change the priority of this issue.

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

No branches or pull requests

1 participant