Skip to content

Commit

Permalink
minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Emanuel Moecklin committed Oct 29, 2022
1 parent 2f6074e commit e69d6e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions website/docs/architecture/bloc/launcher.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ The `CoroutineScope` could be exposed through the context (InitializerContext, T

`Launch` returns a `Cancel` function that can be used to cancel the coroutine "manually":
```
private var cancel: Cancel? = null
fun onSelected(post: Post) = thunk {
Expand All @@ -82,7 +81,7 @@ fun onSelected(post: Post) = thunk {
cancel = launch {
load(post)
}
}
}
Expand Down

0 comments on commit e69d6e6

Please sign in to comment.