In Actors body we need to write react() method inside loop() method. I want to know how this loop method is different from "for" or "while" loop?
GPars documentation says "loop() cooperates with nested react() blocks and will ensure looping across subsequent message retrievals." I do not exactly understand this. As per my understanding whatever closure we supply to loop method, that will be executed again and again for infinite number of times. So what is all about coordinating with nested react() blocks?