zed/gpui
Nathan Sobo 45a01d1526 Don't store views on windows
Instead, store all views in a single top-level map that's keyed by window id and view id. This ensures we'll keep a view alive even if its window is gone, so long as we're holding a handle. This can happen with things like spawned tasks. We don't want to panic during a spawned task after we close the window.
2021-05-05 22:48:16 -06:00
..
examples
grammars/context-predicate
src Don't store views on windows 2021-05-05 22:48:16 -06:00
build.rs
Cargo.toml Use our own scoped_pool implementation 2021-04-20 14:07:36 -07:00