Skip to content

Commit d2959d6

Browse files
sleipnirpolvalente
andauthored
Update lib/grpc/stream.ex
Co-authored-by: Paulo Valente <[email protected]>
1 parent 18e9d76 commit d2959d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/grpc/stream.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ defmodule GRPC.Stream do
102102
## Options
103103
104104
- `:join_with` - An optional additional producer stage PID to include in the Flow.
105-
- `:dispatcher` - An optional GenStage dispatcher to use for the Flow. Default is `GenStage.DemandDispatcher`.
105+
- `:dispatcher` - An optional `GenStage` dispatcher to use in the underlying `Flow`. Defaults to `GenStage.DemandDispatcher`.
106106
- `:propagate_context` - If `true`, the context from the `materializer` is propagated to the Flow.
107107
- `:materializer` - The `%GRPC.Server.Stream{}` struct representing the current gRPC stream context.
108108

0 commit comments

Comments
 (0)