File tree 1 file changed +3
-3
lines changed
integration/kotlinx-coroutines-play-services
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,6 @@ val currentLocationTask = fusedLocationProviderClient.getCurrentLocation(PRIORIT
34
34
val currentLocation = currentLocationTask.await(cancellationTokenSource) // cancelling `await` also cancels `currentLocationTask`, and vice versa
35
35
```
36
36
37
- [ asDeferred ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/com.google.android.gms.tasks.-task/ as-deferred.html
38
- [ await ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/com.google.android.gms.tasks.-task/ await.html
39
- [ asTask ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/kotlinx.coroutines.-deferred/ as-task.html
37
+ [ asDeferred ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/as-deferred.html
38
+ [ await ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/await.html
39
+ [ asTask ] : https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-play-services/kotlinx.coroutines.tasks/as-task.html
You can’t perform that action at this time.
0 commit comments