mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2026-03-12 05:12:24 +00:00
remove old SpecialMutableStateFlow and rename its file to MutableRedeliverStateFlow
This commit is contained in:
@@ -65,6 +65,3 @@ open class MutableRedeliverStateFlow<T>(
|
||||
|
||||
override suspend fun collect(collector: FlowCollector<T>) = sharingFlow.collect(collector)
|
||||
}
|
||||
|
||||
@Deprecated("Renamed to MutableRedeliverStateFlow", ReplaceWith("MutableRedeliverStateFlow<T>"))
|
||||
typealias SpecialMutableStateFlow<T> = MutableRedeliverStateFlow<T>
|
||||
Reference in New Issue
Block a user