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 0.0.11
Various tools needed for concurrency (locks, async stream helpers, ...)
⭐️ 3
🕓 6 hours ago
macOS
.package(url: "https://github.com/ordo-one/package-concurrency-helpers.git", from: "0.0.11")

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: 3
Last commit: 18 hours ago
jonrohan Something's broken? Yell at me @ptrpavlik. Praise and feedback (and money) is also welcome.

Release Notes

0.0.11
18 hours ago

0.0.11 (2023-03-20)

Features

  • patch: [sc-1334] Protected property wrapper (#38) (f3dde63)

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