Home
last modified time | relevance | path

Searched refs:firstCancellationTokenSource (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/integration/kotlinx-coroutines-play-services/test/
DTaskTest.kt398 val firstCancellationTokenSource = CancellationTokenSource() in <lambda>() constant
401 val taskCompletionSource = TaskCompletionSource<Int>(firstCancellationTokenSource.token) in <lambda>()