aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_db/src/cancelation.rs
Commit message (Collapse)AuthorAgeFilesLines
* remove backtraces from CancelledAleksey Kladov2018-12-301-45/+4
| | | | | Hopefully we won't need them for debugging. If we do need them, it should be easy to add back.
* add cancelation module & cancelation backtracesAleksey Kladov2018-12-271-0/+85