Skip to content

Instantly share code, notes, and snippets.

@eunjin3786
Created January 25, 2022 10:29
Show Gist options
  • Save eunjin3786/1694722f6a1332d24fe11266c206e1d5 to your computer and use it in GitHub Desktop.
Save eunjin3786/1694722f6a1332d24fe11266c206e1d5 to your computer and use it in GitHub Desktop.
let stream = AsyncStream { ... }
stream.asObservable()
.subscribe(
onNext: { ... },
onError: { ... }
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment