Skip to content

Instantly share code, notes, and snippets.

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

  • Save Arrlindii/027b73bc12f3fb455430c13706c554f3 to your computer and use it in GitHub Desktop.

Select an option

Save Arrlindii/027b73bc12f3fb455430c13706c554f3 to your computer and use it in GitHub Desktop.
let publisher = Publishers.Just("Combine Swift")
let subscribtion = publisher.sink { value in
print(value)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment