package-concurrency-helpers

3.0.0

Various tools needed for concurrency (locks, async stream helpers, ...)
ordo-one/package-concurrency-helpers

What's New

3.0.0

2023-10-17T16:09:31Z

3.0.0 (2023-10-17)

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")
]),

Description

  • Swift Tools 5.8.0
View More Packages from this Author

Dependencies

Last updated: Fri Dec 01 2023 00:13:52 GMT-1000 (Hawaii-Aleutian Standard Time)