Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Implement actual timeouts for requests
Browse files Browse the repository at this point in the history
Use rayon thread pool to avoid unbound thread count
Use channels to provide timeouts
warn! on thread panics
Add long request-timeout for CI testing
Use consistent `move ||` code style
Use compiler-then-racer impl for `Definition`
  • Loading branch information
alexheretic committed Nov 13, 2017
1 parent 138675b commit 2f0b96c
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 126 deletions.
46 changes: 46 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,4 @@ serde = "1.0"
serde_json = "1.0"
serde_derive = "1.0"
url = "1.1.0"
rayon = "0.9"
Loading

0 comments on commit 2f0b96c

Please sign in to comment.