Adam Calhoon
Results
3
comments of
Adam Calhoon
Possibly related to https://github.com/nvim-treesitter/nvim-treesitter/issues/3216?
I'm not a contributor to this repository, but a constructor that is an infinite loop seems like an anti pattern. In this particular case you'll only ever have one worker...
No worries! I pulled down your code, built it, and executed and it works the way I'd expect -- after declaring the `Worker(const std::string &s)` ctor, anyway :grin:. As for...