asEvent

inline fun <A> Flow<A>.asEvent(): Event<A>(source)

Construct an Event at the edge of the FRP network by emitting a frame whenever the passed Flow updates.