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.
QueueBasedMessageHandler
1 parent 316790f commit bc9ee37Copy full SHA for bc9ee37
Sources/BuildSystemIntegration/QueueBasedMessageHandler.swift
@@ -16,7 +16,7 @@ import SKLogging
16
import SKSupport
17
import SwiftExtensions
18
19
-/// A `MessageHandler` that handles all messages on a serial queue.
+/// A `MessageHandler` that handles all messages on an `AsyncQueue`.
20
///
21
/// This is a slightly simplified version of the message handling in `SourceKitLSPServer`, which does not set logging
22
/// scopes, because the build system messages should still be logged in the scope of the original LSP request that
0 commit comments