A collection of operations on Swift sequences that execute concurrently.
To install swift-concurrent-sequence in your project with Swift Package Manager, the following lines can be added to your Package.swift
file:
dependencies: [
.package(url: "https://github.com/dfed/swift-concurrent-sequence", from: "0.1.0"),
]
I’m glad you’re interested in swift-concurrent-sequence, and I’d love to see where you take it. Please read the contributing guidelines prior to submitting a Pull Request.