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.
1 parent f3042ac commit c8f9ca3Copy full SHA for c8f9ca3
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