Searched defs:FrpBuildScope (Results 1 – 1 of 1) sorted by relevance
63 interface FrpBuildScope : FrpStateScope { in <lambda>() interface756 fun FrpBuildScope.effect(block: suspend FrpEffectScope.() -> Unit): Job = now.observe { block() } in <lambda>() method771 fun FrpBuildScope.launchEffect(block: suspend CoroutineScope.() -> Unit): Job = asyncEffect(block) in launchEffect() method