
Release Notes: - Separated Linux platform and X11-specific code, so that we can add Wayland support now. --------- Co-authored-by: Mikayla <mikayla@zed.dev>
3 lines
83 B
Rust
3 lines
83 B
Rust
pub trait ClientDispatcher: Send + Sync {
|
|
fn dispatch_on_main_thread(&self);
|
|
}
|