Raxol.Core.Runtime.Rendering.Engine.Behaviour behaviour (Raxol v0.5.0)

View Source

Behaviour for Rendering.Engine, used for mocking.

Summary

Callbacks

handle_cast(atom, map)

@callback handle_cast(:render_frame, map()) :: {:noreply, map()}

start_link(initial_state_map)

@callback start_link(initial_state_map :: map()) :: GenServer.on_start()