zed/crates/gpui
Antonio Scandurra f5aa07aac9 Remove all windows before quitting
This gives all entities a chance of running `Drop::drop` which,
in turn, could cause them to spawn a critical task. For example,
we use this capability when a language server is dropped and we
need to asynchronously send a shutdown message.
2021-11-02 14:55:31 +01:00
..
examples Allow underlines to have different color than the text 2021-10-26 12:46:46 -07:00
grammars/context-predicate Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
src Remove all windows before quitting 2021-11-02 14:55:31 +01:00
build.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
Cargo.toml Add a facility for delaying quit until critical tasks finish 2021-11-01 11:57:31 -07:00