zed/crates/editor/src
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
..
display_map
multi_buffer
scroll
test
blink_manager.rs
display_map.rs
editor.rs Don't allow strong view handles to be read/updated with an AsyncAppContext 2023-04-26 13:36:13 +02:00
editor_tests.rs
element.rs
git.rs
highlight_matching_bracket.rs
hover_popover.rs
items.rs Don't allow strong view handles to be read/updated with an AsyncAppContext 2023-04-26 13:36:13 +02:00
link_go_to_definition.rs
mouse_context_menu.rs
movement.rs
multi_buffer.rs
persistence.rs
scroll.rs
selections_collection.rs
test.rs