
Future Methods in Salesforce (@future)
Future methods are the simplest way to run Apex asynchronously: annotate a static, void method with @future, pass primitive arguments, and offload callouts or mixed-DML work into their own thread — then learn the limits that tell you when Queueable is the smarter choice.

