zed/gpui
Nathan Sobo 2970e934da Use handles to obtain entities in future callbacks
This guarantees that the spawning entity will be present and simplifies
the logic for obtaining the entity. Now we can forward the results of spawned futures and streams in the same way regardless of whether what spawned them was a model or a view.
2021-04-05 20:04:04 -06:00
..
grammars/context-predicate Add context predicate parser 2021-03-09 19:33:19 -07:00
src Use handles to obtain entities in future callbacks 2021-04-05 20:04:04 -06:00
build.rs Whitelist shader bindings using a regex, not individual types 2021-03-29 12:39:21 -07:00
Cargo.toml Use a condvar instead of a channel to implement finish_pending_tasks 2021-04-02 13:53:06 -06:00