Skip to content

Link to Batch and Yield pattern from scheduler docs#576

Merged
SeanTAllen merged 2 commits intomainfrom
update-scheduler-batch-and-yield-link
Mar 4, 2026
Merged

Link to Batch and Yield pattern from scheduler docs#576
SeanTAllen merged 2 commits intomainfrom
update-scheduler-batch-and-yield-link

Conversation

@SeanTAllen
Copy link
Member

The Batch Processing section explains the runtime's internal batching mechanism. This adds a paragraph bridging to the Batch and Yield pattern in pony-patterns, showing readers how to apply the same idea in their own code.

Closes #575

The Batch Processing section explains the runtime's internal
batching mechanism. Adding a bridge to the Batch and Yield pattern
shows readers how to apply the same idea in their own code.

Closes #575
@netlify
Copy link

netlify bot commented Mar 4, 2026

Deploy Preview for pony-tutorial ready!

Name Link
🔨 Latest commit ea1901c
🔍 Latest deploy log https://app.netlify.com/projects/pony-tutorial/deploys/69a8a9f213403c000837258f
😎 Deploy Preview https://deploy-preview-576--pony-tutorial.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

The Batch and Yield pattern is about avoiding long-running
behaviors, which is the concern of the cooperative scheduling
section, not the runtime's internal batch processing mechanism.
@ponylang-main ponylang-main added the discuss during sync Should be discussed during an upcoming sync label Mar 4, 2026
@SeanTAllen SeanTAllen merged commit 4bb54c5 into main Mar 4, 2026
9 checks passed
@SeanTAllen SeanTAllen deleted the update-scheduler-batch-and-yield-link branch March 4, 2026 22:19
@ponylang-main ponylang-main removed the discuss during sync Should be discussed during an upcoming sync label Mar 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update runtime basics scheduluing

2 participants