Swiftpack.co - ordo-one/package-concurrency-helpers as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by ordo-one.
ordo-one/package-concurrency-helpers 4.0.0-alpha.2
Various tools needed for concurrency (locks, async stream helpers, ...)
⭐️ 4
🕓 4 days ago
iOS macOS
.package(url: "https://github.com/ordo-one/package-concurrency-helpers.git", from: "4.0.0-alpha.2")

Swift Linux build Swift macOS build codecov Swift lint Swift outdated dependencies Swift address sanitizerSwift thread sanitizer

Concurrency helpers

Various concurrency related tools, including Lock and async stream additions etc.

To add to your project:

dependencies: [
    .package(url: "https://github.com/ordo-one/package-concurrency-helpers", .upToNextMajor(from: "0.0.1")),
]

and then add the dependency to your target, e.g.:

.executableTarget(
  name: "MyExecutableTarget",
  dependencies: [
  .product(name: "SwiftConcurrencyHelpers", package: "package-concurrency-helpers")
]),

GitHub

link
Stars: 4
Last commit: 17 hours ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

4.0.0-alpha.2
4 days ago

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics