I don't understand how "flows are cold" (which i k...
# coroutines
d
I don't understand how "flows are cold" (which i know) connects to my question. From what I understand "cold" only means the flow won't produce/emit more data than the collector is "requesting". Having two collectors collecting the same flow shouldn't run
File(resource).useLines
(my example given) twice?!