Skip to content

Instantly share code, notes, and snippets.

@kalub92
Created July 7, 2020 17:39
Show Gist options
  • Save kalub92/4585fcaf1d3a54549a0c767de82ecce0 to your computer and use it in GitHub Desktop.
Save kalub92/4585fcaf1d3a54549a0c767de82ecce0 to your computer and use it in GitHub Desktop.
playVideo
.flatMapLatest({ [weak self] _ -> SafeSignal<()> in
guard let self = self else { return Signal.completed() }
return self.performLoadVideo()
})
.lane("Play Video")
.observeNext {}
.dispose(in: bag)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment