Created
June 22, 2019 19:36
-
-
Save Arrlindii/027b73bc12f3fb455430c13706c554f3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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