Skip to content

update documentation#322

Merged
josevalim merged 1 commit into
elixir-lang:mainfrom
greg-rychlewski:docs
Dec 22, 2025
Merged

update documentation#322
josevalim merged 1 commit into
elixir-lang:mainfrom
greg-rychlewski:docs

Conversation

@greg-rychlewski
Copy link
Copy Markdown
Contributor

I was refreshing my GenStage memory and thought these changes to the docs might be helpful.

Comment thread lib/gen_stage.ex
to see the producer works in batches. The producer A ends-up
emitting batches of 50 items which will take approximately
50 seconds to be consumed by C, which will then request another
batch of 50 items.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to confirm, removing this paragraph was intentional, correct?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yes. So I thought it was kind of confusing because it wasn’t referencing any real numbers from any previous examples, from what I could see. And i was doubtful it was adding anything meaningful above the previous couple of paragraphs that warranted trying to modify it

@josevalim josevalim merged commit e166c22 into elixir-lang:main Dec 22, 2025
2 checks passed
@josevalim
Copy link
Copy Markdown
Member

💚 💙 💜 💛 ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants