Skip to content

Instantly share code, notes, and snippets.

@Arrlindii
Created June 22, 2019 19:37
Show Gist options
  • Select an option

  • Save Arrlindii/2af53c019c13e38045a948b1d4433d2f to your computer and use it in GitHub Desktop.

Select an option

Save Arrlindii/2af53c019c13e38045a948b1d4433d2f to your computer and use it in GitHub Desktop.
let subscriber = publisher.sink(receiveCompletion: { _ in
print("finished")
}) { value in
print(value)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment