This allows for users of the lsp transport libraries to process replies
in parallel, without overlapping/clobbering the output.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D156295
[mlir-lsp] Guard writing output to JSONTransport with mutex ClosedPublic Authored by rriddle on Jul 26 2023, 12:13 AM.
Details Summary This allows for users of the lsp transport libraries to process replies
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jul 27 2023, 9:11 AM Closed by commit rGcbdf2ef8a42a: [mlir-lsp] Guard writing output to JSONTransport with mutex (authored by rriddle). · Explain WhyJul 27 2023, 6:30 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 544997 mlir/include/mlir/Tools/lsp-server-support/Transport.h
mlir/lib/Tools/lsp-server-support/Transport.cpp
|