GPUI.Runtime.Update (gpui v0.2.0-rc.1)

Copy Markdown View Source

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

t()

@type t() :: %GPUI.Runtime.Update{
  events: [map()],
  revision: pos_integer(),
  snapshot: GPUI.Snapshot.t()
}