You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider a travel agency which wants to send a promotional email to its customers.
265
+
266
+
Using `CaptureEach`, the runtime automatically tracks loop progress and removes effects from already completed iterations — keeping storage consumption constant regardless of the number of recipients:
267
+
```csharp
268
+
public class NewsletterFlow : Flow<MailAndRecipients>
0 commit comments