A doTogether block
Although these six method calls appear in sequential order in the code:
- They
are contained in a doTogether block
- Meaning that all six methods will be
executed concurrently.
Whatever the behavior of the method
might be:
- That behavior will be executed with respect to each member of the
drill team concurrently.