Open
Description
SharedFlow
, StateFlow
, and their mutable counterparts have good KDoc, but they're conspicuously absent from the main https://kotlinlang.org/docs/ site. This may limit their discoverability and use.
Flow
is covered (https://kotlinlang.org/docs/flow.html), but given the significant cold/hot difference, SharedFlow
and StateFlow
seem worthy of guide-like coverage as well.