Skip to content

Commit bc9ee37

Browse files
committed
Review QueueBasedMessageHandler
1 parent 316790f commit bc9ee37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BuildSystemIntegration/QueueBasedMessageHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import SKLogging
1616
import SKSupport
1717
import SwiftExtensions
1818

19-
/// A `MessageHandler` that handles all messages on a serial queue.
19+
/// A `MessageHandler` that handles all messages on an `AsyncQueue`.
2020
///
2121
/// This is a slightly simplified version of the message handling in `SourceKitLSPServer`, which does not set logging
2222
/// scopes, because the build system messages should still be logged in the scope of the original LSP request that

0 commit comments

Comments
 (0)