A synchronized runtime update delivered to GPUI.Runtime subscribers.
revision increases monotonically within one runtime. events contains the
normalized events handled to produce snapshot.
Summary
Types
@type t() :: %GPUI.Runtime.Update{ events: [map()], revision: pos_integer(), snapshot: GPUI.Snapshot.t() }