ianbrandt
09/21/2021, 4:20 PMSharedFlow
and StateFlow
under https://kotlinlang.org/docs/? If so, is there a related YouTrack/GitHub issue that could be followed and contributed to?
Not that the KDocs aren't good, but it seems like a rather important component of the API, and I'm not seeing any mention of it on the #kotlin-website at all.ephemient
09/21/2021, 4:21 PMianbrandt
09/21/2021, 4:30 PMFlow
is documented in the KDocs and at https://kotlinlang.org/docs/flow.html. SharedFlow
and StateFlow
aren't covered by the main Docs site at all. I think that limits their discoverability, and might make people think they're not a major first-class component of the API along with Flow
. Given the significant hot/cold difference, they seem worthy of dedicated guide-like coverage on the Docs site.uli
09/21/2021, 6:25 PMephemient
09/21/2021, 8:15 PMianbrandt
09/22/2021, 3:56 PMianbrandt
09/22/2021, 4:14 PMianbrandt
09/22/2021, 4:27 PM