zed/crates/gpui/src
Max Brunsfeld c61a1bd659 Make timer method available on both foreground and background executors
Also, make it return a static future.

Co-Authored-By: Nathan Sobo <nathan@zed.dev>
2022-03-04 13:54:07 -08:00
..
elements Disable events when project becomes read-only 2022-03-04 17:37:37 +01:00
platform Don't insert input into editors when control or command keys are held 2022-03-02 14:09:46 -08:00
views Automatically include current view id in element state ids 2022-02-17 13:44:46 -08:00
app.rs 🎨 2022-03-04 17:54:48 +01:00
assets.rs
clipboard.rs
color.rs Fix flaky test_highlighted_ranges due to random TypeId ordering 2022-02-02 10:09:12 +01:00
elements.rs
executor.rs Make timer method available on both foreground and background executors 2022-03-04 13:54:07 -08:00
font_cache.rs
fonts.rs
geometry.rs
gpui.rs
image_data.rs
json.rs
keymap.rs Implement Debug for keymap::MatchResult 2022-02-25 16:13:53 -07:00
platform.rs
presenter.rs Blur focused view when project becomes read-only 2022-03-04 17:37:26 +01:00
scene.rs
test.rs Make TestAppContext and its dependencies available only in tests 2022-03-01 17:01:52 +01:00
text_layout.rs
util.rs Make timer method available on both foreground and background executors 2022-03-04 13:54:07 -08:00
views.rs