``` PMFuture *foo = [PMFuture futureWithResult:@YES]; PMFuture *bar = [PMFuture sequenceFutures:@[foo]]; ``` I would expect `[bar isCompleted]` to return `YES`. But it returns `NO`.