Rationale
Even though Apex written within an asynchronous method gets its own independent set of higher governor limits, the number of future methods that can be invoked within a single Apex transaction is limited.
Scope
Apex classes
Prevent the use of asynchronous Apex methods (@future) inside loops, to help your application cope with larger volumes of data properly.
Even though Apex written within an asynchronous method gets its own independent set of higher governor limits, the number of future methods that can be invoked within a single Apex transaction is limited.
Apex classes