ZIm/crates/lsp/src
Piotr Osiewicz e5085dfef6
lsp: explicitly drop locks in handle_input (#12276)
Due to lifetime extension rules, we were holding onto the request
handler map mutex during parsing of the request itself. This had no
grand repercussions; it only prevented registering a handler for next
request until parsing of the previous one was done.



Release Notes:

- N/A
2024-05-25 12:25:17 +02:00
..
lsp.rs lsp: explicitly drop locks in handle_input (#12276) 2024-05-25 12:25:17 +02:00