package-concurrency-helpers

0.4.0

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

What's New

0.4.0

2023-05-23T11:09:48Z

0.4.0 (2023-05-23)

Features

  • minor: be able to specify priority of the task used in runSync() (#47) (8bae916)

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.7.0
View More Packages from this Author

Dependencies

Last updated: Thu Jun 01 2023 00:19:13 GMT-0500 (GMT-05:00)