Use tryEmit() instead of emit() . tryEmit() is non-suspending. The reason it's "try" is that it won't emit if the flow's buffer is currently full and set to ...
確定! 回上一頁