Skip to content

Instantly share code, notes, and snippets.

@diousk
Created April 8, 2020 13:11
Show Gist options
  • Save diousk/043f06d2b36706f446122a30c2e1861e to your computer and use it in GitHub Desktop.
Save diousk/043f06d2b36706f446122a30c2e1861e to your computer and use it in GitHub Desktop.
suspend fun View.awaitLayout() = suspendCancellableCoroutine<Unit>{
// use suspendCancellableCoroutine so that
// we can remove this listener when the job is cancelled
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment