
답변 2개

Hi Raj,I have been through these articles. What I am trying to ask is, how are sObjects allowed in Queueable apex, are they passed by reference? As "The reason why sObjects can’t be passed as arguments to future methods is because the sObject might change between the time you call the method and the time it executes. In this case, the future method will get the old sObject values and might overwrite them" this reason should apply to all the async methods. How is it made sure, that sObject doesnot change between when Queueable apex is called and when it is actually executed?I hope I could make my point more clear this time.