Github user markhamstra commented on the pull request:
https://github.com/apache/incubator-spark/pull/421#issuecomment-34925691
@rxin Any thoughts on how to do something like:
```scala
val futureAction = rdd.toIterator.nextAsync
futureAction.cancel()
```