linkedin/parseq

Provide first function

mchen07 opened this issue · 1 comments

It may be convenient to provide a first functionality in Task class, which takes a list of Tasks returning the same type of value, and provides a Task that will be completed with the value returned from the first completed task.

This may be considered in designing fluent collection API: #138