Example 1:
let cancellable = (1...3).publisher .print("Logged a message", to: nil) .sink { _ in }
You must be logged in to post a comment.