Yet another language evolution area where Microsoft's C#/VB languages for .NET are racing on ahead to provide a solution within the language itself. While Java, in the meantime, hasn't even managed to catch up with them on the closures/lambdas feature.
new await and async keywords Asynchronous Programming for C# and Visual Basic http://msdn.microsoft.com/en-us/vstudio/async.aspx I still like the Go language approach to async programming better, though, than this. -- You received this message because you are subscribed to the Google Groups "The Java Posse" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/javaposse?hl=en.
