[all-commits] [llvm/llvm-project] cbdf2e: [mlir-lsp] Guard writing output to JSONTransport w...
River Riddle via All-commits
all-commits at lists.llvm.org
Thu Jul 27 18:30:20 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cbdf2ef8a42ae4aff320bbd7eb920adfbf3fc77e
https://github.com/llvm/llvm-project/commit/cbdf2ef8a42ae4aff320bbd7eb920adfbf3fc77e
Author: River Riddle <riddleriver at gmail.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M mlir/include/mlir/Tools/lsp-server-support/Transport.h
M mlir/lib/Tools/lsp-server-support/Transport.cpp
Log Message:
-----------
[mlir-lsp] Guard writing output to JSONTransport with mutex
This allows for users of the lsp transport libraries to process replies
in parallel, without overlapping/clobbering the output.
Differential Revision: https://reviews.llvm.org/D156295
More information about the All-commits
mailing list