Table of Contents

1. Introduction
2. Getting Started
2.1 Downloading and Installing
2.2 A Hello World Example
2.3 Getting Set-up in an IDE
2.4 What's new
3. Data Parallelism
3.1 Parallel Collections
3.1.1 GParsPool
3.1.2 GParsExecutorsPool
3.2 Map-Reduce
3.3 Asynchronous Invocation
3.4. Fork-Join
4. Groovy CSP
5. Actors
5.1 Actors Principles
5.2 Special Actors
5.3 Tips and Tricks
5.4 Classic Examples using Actors
6. Agent
7. Dataflow Concurrency
7.1 Dataflow tasks
7.2 Dataflow operators
7.3 Dataflow implementation
8. Tips