zed/crates/gpui
Antonio Scandurra 6317e885c7 Don't allow strong view handles to be read/updated with an AsyncAppContext
This avoids an invitation to hold strong view handles across async await
points, which is a common source of leaks.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2023-04-26 13:36:13 +02:00
..
examples Refine naming of element-related types and traits 2023-04-21 13:06:37 -06:00
src Don't allow strong view handles to be read/updated with an AsyncAppContext 2023-04-26 13:36:13 +02:00
build.rs Use a hand-coded parser for keymap context predicates 2023-01-16 15:53:49 -08:00
Cargo.toml 🎨 Specify more dependencies at the workspace level 2023-04-24 17:41:55 -07:00