rust/crates/ra_ide_api
Aleksey Kladov b8cae2cf8f check for cancellation when executing queries
Note that we can't just remove CheckCanceled trait altogether:
sometimes it's useful to check for cancellation while the query is
running! We do this, for example, in the name resolution fixed-point
loop.
2019-06-12 18:47:55 +03:00
..
src check for cancellation when executing queries 2019-06-12 18:47:55 +03:00
Cargo.toml ⬆️ parking_lot 2019-05-30 12:02:30 +03:00