Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Find a file
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
.github/workflows Remove stray print statements 2021-04-02 15:00:20 -07:00
.vscode Pass workspace path to zed when debugging it in VS Code 2021-03-26 14:14:23 +01:00
gpui Use handles to obtain entities in future callbacks 2021-04-05 20:04:04 -06:00
zed Use handles to obtain entities in future callbacks 2021-04-05 20:04:04 -06:00
.gitignore Get basic graphics rendering via Metal 2021-03-20 22:19:26 -06:00
Cargo.lock Use a condvar instead of a channel to implement finish_pending_tasks 2021-04-02 13:53:06 -06:00
Cargo.toml Remove executor::ForegroundTask wrapper 2021-04-02 11:02:09 -06:00