otm:ordering_of_messages:fifo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
otm:ordering_of_messages:fifo [2011/01/24 18:59]
aspectscript
otm:ordering_of_messages:fifo [2011/01/24 18:59]
aspectscript
Line 16: Line 16:
 var fifo = function(jp){  //jp represents the execution of a response  var fifo = function(jp){  //jp represents the execution of a response 
     if(this.isEarly(jp)){       if(this.isEarly(jp)){  
-        this.queue.push(jp); //if response is retrieved early, then the response is stored and not executed+        this.queue.push(jp); //if the response is retrieved early, then it is stored and not executed
     }     }
     else{     else{
  • otm/ordering_of_messages/fifo.txt
  • Last modified: 2012/02/06 17:16
  • by aspectscript