You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 3, 2023. It is now read-only.
Can I return a promise from my step function whose value resolves to the result returned by the wrapped step function? ... hmm... but then in @@transducer/result at least I need to return an unwrapped value, I guess. Any suggestions on how to write an asynchronous step function?
Use case -- I am trying to transduce a stream of streams.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Can I return a promise from my step function whose value resolves to the
result
returned by the wrapped step function? ... hmm... but then in@@transducer/result
at least I need to return an unwrapped value, I guess. Any suggestions on how to write an asynchronous step function?Use case -- I am trying to transduce a stream of streams.
The text was updated successfully, but these errors were encountered: