folly::for_each_detail

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.

Enums

NameDescription
LoopControl Signals whether a for_each callback wants to stop or keep iterating.