zed/crates/gpui
Antonio Scandurra 339069b1d3 Cap MessageStream buffer size to 1MB
We temporarily let it grow when the message size exceed the limit,
but restore the buffer's capacity shortly after. This ensures that,
for each connection in its entire lifetime, we only ever use 1MB.
2022-05-31 11:16:32 +02:00
..
examples Pass visible bounds to Element::dispatch_event 2022-04-07 15:10:09 +02:00
grammars/context-predicate Use Rust 2021 edition in all crates 2022-01-26 12:50:31 -08:00
src Avoid notifying views that have been removed 2022-05-31 10:36:10 +02:00
build.rs Move all crates to a top-level crates folder 2021-10-04 13:22:21 -06:00
Cargo.toml Cap MessageStream buffer size to 1MB 2022-05-31 11:16:32 +02:00