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
Hi there, I was looking for some equivalent to Combine's prepend operator but I didn't find anything. Is there any plan to introduce this feature into the structured concurrency world? Thanks!
The text was updated successfully, but these errors were encountered:
You could use the chain(_:_:) free function for this, in fact see the first example on the documentation page where a preamble of 3 elements is prepended to another async sequence.
Hi there, I was looking for some equivalent to Combine's prepend operator but I didn't find anything. Is there any plan to introduce this feature into the structured concurrency world? Thanks!
The text was updated successfully, but these errors were encountered: