StateFlow 和SharedFlow是一种很特殊的Flow,它们是热流。介绍Flow的时候有说 ... var v = 0 val sharedFlow = MutableSharedFlow<Int>() runBlocking ...
確定! 回上一頁