kefirfromperm / grails-asynchronous-mail

The Grails Asynchronous Mail plugin
http://grails.org/plugin/asynchronous-mail
21 stars 36 forks source link

Rewrite parallel executing #48

Closed kefirfromperm closed 8 years ago

kefirfromperm commented 8 years ago

In the AsynchronousMailProcessService gpars is used to send emails in parallel threads. It's needed to rewrite it with a Grails asynchronous programming module https://grails.github.io/grails-doc/latest/guide/async.html. Exclude gpars from dependencies.