Dala.Screen (dala v0.0.13)

Copy Markdown View Source

Behaviour and macros for Dala screens.

This module delegates to Dala.Screen.Screen for screen functionality.

Summary

Functions

Defines a screen module.

Start a screen process linked to the calling process.

Functions

__using__(opts)

(macro)

Defines a screen module.

start_link(screen_module, params, opts \\ [])

@spec start_link(module(), map(), keyword()) :: GenServer.on_start()

Start a screen process linked to the calling process.

params is passed as the first argument to mount/3.