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.
LSConcurrentResponseHandler.respondDirectlyWithResultsCollectedConcurrently
1 parent 309e012 commit f5a2e18Copy full SHA for f5a2e18
api.features/src/com/jetbrains/ls/api/features/partialResults/LSConcurrentResponseHandler.kt
@@ -14,7 +14,7 @@ import kotlinx.coroutines.flow.toList
14
import kotlinx.serialization.KSerializer
15
16
internal object LSConcurrentResponseHandler {
17
- context(_: LspHandlerContext, _: LSServer)
+ context(_: LSServer)
18
suspend fun <H, R> respondDirectlyWithResultsCollectedConcurrently(
19
providers: List<H>,
20
getResults: (H) -> Flow<R>
0 commit comments