Concurrent
Concurrent features targeted at v18, I recall.
Value members
Concrete methods
def useMutableSource[S, A](source: MutableSource[S], getSnapshot: Function1[S, A], subscribe: Function2[S, Function0[Unit], Function0[Unit]]): A
subscribe 2nd arg is to be called whenever the value changes and is stable. Last is an unsubscribe for unmounting.
subscribe 2nd arg is to be called whenever the value changes and is stable. Last is an unsubscribe for unmounting.