Skip to content

switch structure view commands to be executed on separate thread pool #1815

@martinlippert

Description

@martinlippert

At the moment, the structure view related commands are executed on the main message processing thread, which means that all other lsp messages are blocked while a structure view command is in progress. We need to switch this over to a separate thread pool, much in the same way as, for example, the language server uses a separate thread pool to do the real work when lsp messages require some processing.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions