Skip to content

Commit

Permalink
Add TODO to use concurrent flatten strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
erichoracek committed May 2, 2017
1 parent 0458919 commit 7f255b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/CarthageKit/Project.swift
Original file line number Diff line number Diff line change
Expand Up @@ -844,6 +844,8 @@ public final class Project {
return self.installBinariesForBinaryProject(url: url, pinnedVersion: dependency.version, projectName: project.name, toolchain: buildOptions?.toolchain)
}
}
// TODO: Migrate to flatMap(.concurrent(...)) when it's
// available in ReactiveSwift.
.flatMap(.merge) { self.checkoutQueue.enqueue($0) }
}
.then(SignalProducer<(), CarthageError>.empty)
Expand Down

0 comments on commit 7f255b4

Please sign in to comment.