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

Improve RIO async support #67

Merged
merged 5 commits into from
Mar 5, 2021
Merged

Improve RIO async support #67

merged 5 commits into from
Mar 5, 2021

Conversation

JD557
Copy link
Owner

@JD557 JD557 commented Mar 5, 2021

Adds a Poll[A] = RIO[Any, Option[Try[A]]] abstraction with some helper methods and adds a fromCallback method to RIO.

This makes concurrent programming slightly less cumbersome, and I think this might help with #18 (I think that it should be now possible to add an AsyncIO[A] = RIO[Any, Poll[A]] that implements the Async typeclass)

@JD557 JD557 added this to the 0.2.1 milestone Mar 5, 2021
@JD557 JD557 self-assigned this Mar 5, 2021
@JD557 JD557 merged commit 9b01393 into master Mar 5, 2021
@JD557 JD557 deleted the async-io branch March 5, 2021 23:40
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