We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f3042ac + c8f9ca3 commit 85923e2Copy full SHA for 85923e2
kotlinx-coroutines-core/src/main/kotlin/kotlinx/coroutines/experimental/Job.kt
@@ -107,7 +107,7 @@ public interface Job : CoroutineContext.Element {
107
/**
108
* @suppress **Deprecated**: Renamed to `invokeOnCompletion`
109
*/
110
- @Deprecated(message = "Renamed to `invokeOnCompletion`", replaceWith = ReplaceWith("invokeOnCompletion"))
+ @Deprecated(message = "Renamed to `invokeOnCompletion`", replaceWith = ReplaceWith("invokeOnCompletion(handler)"))
111
public fun onCompletion(handler: CompletionHandler): Registration
112
113
0 commit comments