Skip to content
Discussion options

You must be logged in to vote

@jayhickey If you're using a Combine publisher, you could use Effect.publisher:

return .publisher { 
  myPublisher
   .map { .update($0) }
}

This API is not deprecated and we plan to continue to support it in 1.0.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@jayhickey
Comment options

@acosmicflamingo
Comment options

@jayhickey
Comment options

@mbrandonw
Comment options

@jayhickey
Comment options

Answer selected by jayhickey
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants