-
Notifications
You must be signed in to change notification settings - Fork 163
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
Make listen
return Resource[F, Stream]
instead of Stream to handle readiness
#765
Comments
Sounds good to me, want to create a PR? |
mbaechler
added a commit
to mbaechler/skunk
that referenced
this issue
Dec 19, 2022
|
mbaechler
added a commit
to mbaechler/skunk
that referenced
this issue
Dec 19, 2022
mbaechler
added a commit
to mbaechler/skunk
that referenced
this issue
Dec 19, 2022
mbaechler
added a commit
to mbaechler/skunk
that referenced
this issue
Dec 19, 2022
mbaechler
added a commit
to conduktor/skunk
that referenced
this issue
Dec 20, 2022
mbaechler
added a commit
to mbaechler/skunk
that referenced
this issue
Dec 20, 2022
mbaechler
added a commit
to conduktor/skunk
that referenced
this issue
Dec 20, 2022
mbaechler
added a commit
to conduktor/skunk
that referenced
this issue
Dec 20, 2022
mbaechler
added a commit
to conduktor/skunk
that referenced
this issue
Dec 20, 2022
mbaechler
added a commit
to conduktor/skunk
that referenced
this issue
Dec 20, 2022
mbaechler
added a commit
to conduktor/skunk
that referenced
this issue
Dec 20, 2022
mbaechler
added a commit
to conduktor/skunk
that referenced
this issue
Dec 20, 2022
mbaechler
added a commit
to mbaechler/skunk
that referenced
this issue
Jan 4, 2023
mbaechler
added a commit
to mbaechler/skunk
that referenced
this issue
Jan 4, 2023
It has been merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In ChannelTest, we have:
If we change listen to return a Resource, we could write something like that:
Because once we acquire the Resource, we know that we started listening, so we can't miss any event.
The text was updated successfully, but these errors were encountered: