This is now (Coroutines Version 1.3.5 at time of writing) part of the Coroutines library. You use it like this: val flowA = flow { emit(1) } ...
確定! 回上一頁