Package-level declarations
Internal yafrl
APIs -- not intended to be used directly by users of the library in most use-cases.
Types
Link copied to clipboard
Uniquely identifies sampled behaviors in a particular Timeline.
Link copied to clipboard
class Timeline(val scope: CoroutineScope, timeTravelEnabled: Boolean, debugLogging: Boolean, eventLogger: EventLogger, val graph: Graph, initTimeTravel: (Timeline) -> TimeTravelDebugger, lazy: Boolean, initClock: (Signal<Boolean>) -> Event<Duration>) : SynchronizedObject, EventLogger
Simple implementation of a push-pull FRP system using a graph of nodes.
Link copied to clipboard
interface TimelineScope