If we are talking about cold channels, are we talk...
# coroutines
a
If we are talking about cold channels, are we talking only about cold start, or also about cold propagation? Because cold start is very simple thing to achieve without any additional complexity
g
This is not only about cold (or lazy) start, but all events (data) computed only when requested, so data pushed, not pulled like in case of hot channels
a
OK, I will try to read a little bit more. My current task requires pull model with lazy start and it is quite easy to achieve.