5 ms·
Is it easy to do non-blocking code in Grails? I have played with Groovy lately and it is definitely a productive language.
by jplmelanson 14y ago
Is it easy to do non-blocking code in Grails? I have played with Groovy lately and it is definitely a productive language.
- koevet 14y agoIs not as easy as using the Scala Future API or Akka Actors. In Groovy you have to use Gpars (http://gpars.codehaus.org/ http://gpars.codehaus.org/), a third party library which is not as simple as Scala Futures, IMHO