My code:
var r = from x in new Task(() => 1) from y in new Task(() => x + 1) select y; r.ContinueWith(x =>