asFlow

fun <T> Buffer<T>.asFlow(): Flow<T>

Create a Flow from buffer

Sources

common source
Link copied to clipboard