Parallel calling single handle in 2 begin end threat

In reply to Ganesan Thangarajan:

This works for simple cases where no reponses are required.
You need to look at how the `umm_do macro gets expanded for sequences. The macro creates a local variable that stores each handle. But if this body() needs to access one of the sequences, it only has access to the last sequence handle created.