mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 06:11:35 +00:00
parent
6dd3fa6a94
commit
0857c22f26
7 changed files with 17 additions and 17 deletions
|
@ -355,7 +355,7 @@ impl<'a> PoolDispatcher<'a> {
|
|||
};
|
||||
match req.cast::<R>() {
|
||||
Ok((id, params)) => {
|
||||
let (handle, token) = JobHandle::new_pair();
|
||||
let (handle, token) = JobHandle::new();
|
||||
let world = self.world.snapshot();
|
||||
let sender = self.sender.clone();
|
||||
self.pool.spawn(move || {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue