Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 2.5 KB

README.md

File metadata and controls

31 lines (22 loc) · 2.5 KB

AsyncHelpers

MIT License CI Swift 5.9

A set of basic utilities helpful for working with Concurrency-based ("async") code.

To integrate the package:

dependencies: [
    .package(url: "https://github.com/stairtree/async-helpers.git", from: "0.3.0"),
]