apple / pkl-lsp

Apache License 2.0
24 stars 6 forks source link

Allow access to tree-sitter trees from multiple threads #44

Closed stackoverflow closed 1 week ago

stackoverflow commented 1 week ago

Tree-sitter trees are safe to be read from other threads (context). This PR patches the code so we don't need to funnel all AST reads through a single thread.