[K/N] Deprecate SuspendFunction interface with WARNING
As a part of efforts to stabilize Native stdlib.
This commit is contained in:
committed by
Space Team
parent
fbe558a0de
commit
f75b72990e
@@ -10,4 +10,6 @@ package kotlin.coroutines
|
|||||||
*
|
*
|
||||||
* @param R return type of the function.
|
* @param R return type of the function.
|
||||||
*/
|
*/
|
||||||
|
@Deprecated("This interface will be removed in a future release")
|
||||||
|
@DeprecatedSinceKotlin(warningSince = "1.9")
|
||||||
public interface SuspendFunction<out R>
|
public interface SuspendFunction<out R>
|
||||||
|
|||||||
Reference in New Issue
Block a user