mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 21:05:02 +00:00
swtich lsp server to vfs
This commit is contained in:
parent
6a755ed83a
commit
a5ef8ad05b
14 changed files with 235 additions and 399 deletions
|
@ -37,6 +37,9 @@ impl<I, O> Worker<I, O> {
|
|||
pub fn send(&self, item: I) {
|
||||
self.inp.send(item)
|
||||
}
|
||||
pub fn recv(&self) -> Option<O> {
|
||||
self.out.recv()
|
||||
}
|
||||
}
|
||||
|
||||
impl WorkerHandle {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue