Re: Await/ async?

2018-03-26 Thread Jochen Theodorou
On 26.03.2018 08:34, David Dawson wrote: Hi, I do a load of async programming, in the JVM world, mostly using RxJava and CompleteableFuture). Not so much GPars or Reactor these days, but the principles are fairly portable. I've noticed that since I started using typescript on the front end,

[RESULT][VOTE] Release Apache Groovy 2.4.15

2018-03-26 Thread Paul King
The vote has passed with 5 binding +1 votes and 2 additional +1 votes. I'll proceed with next steps. On 23 Mar. 2018 5:04 pm, "Paul King" wrote: > > Dear development community, > > I am happy to start the VOTE thread for a Groovy 2.4.15 release! This is > mainly to fix a regression in calling s

Re: Await/ async?

2018-03-26 Thread Jesper Steen Møller
I’ve come to like the pattern, too (having debugged too many rrc conditions in async code) However, I’m pretty sure it can be implemented as an AST transformation, with inspiration from EA’s EA Async project: https://github.com/electronicarts/ea-async (The implementation is left as an excercis