pub type SharedState = Arc<Mutex<EditorState>>;Expand description
Shared handle to the editor state โ both the GPU renderer (reads) and
the madori on_event callback (writes) hold one.
Aliased Typeยง
pub struct SharedState { /* private fields */ }