Salesforce Apex Queueable Interface
A queueable interface in Salesforce allows for the asynchronous execution of Apex jobs. It's similar to @Future annotated Apex classes except that a queueable interface can be monitored via the Salesforce user interface or by querying the AsyncApexJob table. [...]