switch to rayon threadpool

This commit is contained in:
Aleksey Kladov 2018-09-04 20:43:37 +03:00
parent 8b0210d233
commit f87771092c
3 changed files with 10 additions and 8 deletions

View file

@ -7,7 +7,7 @@ extern crate serde_json;
extern crate languageserver_types;
#[macro_use]
extern crate crossbeam_channel;
extern crate threadpool;
extern crate rayon;
#[macro_use]
extern crate log;
extern crate drop_bomb;