Skip to content

Commit

Permalink
Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
greggiacovelli committed Dec 22, 2021
1 parent 8b1c631 commit d1234ce
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ import kotlinx.coroutines.flow.Flow
import java.lang.reflect.Type

/**
* A [stream adapter factory][StreamAdapter.Factory] that uses ReceiveChannel.
* A [stream adapter factory][StreamAdapter.Factory] that allows for [ReceiveChannel]
* and [Flow] based streams.
* [bufferSize] is configurable for the underlying channels, defaults to [DEFAULT_BUFFER]
*/
private const val DEFAULT_BUFFER = 128

Expand Down

0 comments on commit d1234ce

Please sign in to comment.