The user should return loop_break and loop_continue if they want to iterate in such a way that they can preemptively stop the loop and break out when certain conditions are met.
| Name | Description |
|---|---|
LoopControl | Signals whether a for_each callback wants to stop or keep iterating. |