There is mention of data flow in state flow doc <h...
# coroutines
s
There is mention of data flow in state flow doc here. I suspect it is remains of an older name.
Copy code
All methods of data flow are **thread-safe** and can be safely invoked from concurrent coroutines without
external synchronization.
I wanted to open an issue but wasn't 100% sure so I thought better check it here first and avoid potentially clogging the repos issues
Also if you don't mind using @ExperimentalCoroutinesApi in your guides, stateFlow would fit greatly in the Shared mutable state and concurrency guide
g
Yes, it's an old name, I would just send PR
👍 2