This is an archive of the discontinued LLVM Phabricator instance.

[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
in parallel, without overlapping/clobbering the output.

Diff Detail

Event Timeline

rriddle created this revision.Jul 26 2023, 12:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 26 2023, 12:13 AM
rriddle requested review of this revision.Jul 26 2023, 12:13 AM
jpienaar accepted this revision.Jul 27 2023, 9:11 AM
This revision is now accepted and ready to land.Jul 27 2023, 9:11 AM