We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18e9d76 commit d2959d6Copy full SHA for d2959d6
lib/grpc/stream.ex
@@ -102,7 +102,7 @@ defmodule GRPC.Stream do
102
## Options
103
104
- `: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`.
+ - `:dispatcher` - An optional `GenStage` dispatcher to use in the underlying `Flow`. Defaults to `GenStage.DemandDispatcher`.
106
- `:propagate_context` - If `true`, the context from the `materializer` is propagated to the Flow.
107
- `:materializer` - The `%GRPC.Server.Stream{}` struct representing the current gRPC stream context.
108
0 commit comments