signal

external fun <T> signal(value: T): Signal<T>(source)

Create a new plain signal.

Parameters

value

The initial value for the signal.