You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: cr-usecases/src/commonMain/kotlin/app/futured/arkitekt/crusecases/FlowUseCaseExecution.kt
-24Lines changed: 0 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -73,27 +73,3 @@ private fun <ARGS, T : Any?> FlowUseCase<ARGS, T>.internalExecute(
73
73
}.catch { /* handled in onCompletion */ }
74
74
.launchIn(coroutineScopeOwner.useCaseScope)
75
75
}
76
-
77
-
78
-
@Deprecated(
79
-
message ="Use the version with CoroutineScopeOwner as context parameter instead. Enable context parameters by adding '-Xcontext-receivers' compiler flag.",
message ="Use the version with CoroutineScopeOwner as context parameter instead. Enable context parameters by adding '-Xcontext-receivers' compiler flag.",
Copy file name to clipboardExpand all lines: cr-usecases/src/commonMain/kotlin/app/futured/arkitekt/crusecases/UseCaseExecution.kt
-23Lines changed: 0 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -85,29 +85,6 @@ suspend fun <ARGS, T : Any?> UseCase<ARGS, T>.execute(
85
85
}
86
86
}
87
87
88
-
@Deprecated(
89
-
message ="Use the version with CoroutineScopeOwner as context parameter instead. Enable context parameters by adding '-Xcontext-receivers' compiler flag.",
message ="Use the version with CoroutineScopeOwner as context parameter instead. Enable context parameters by adding '-Xcontext-receivers' compiler flag.",
0 commit comments