Swiftpack.co - bignerdranch/Deferred as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by bignerdranch.
bignerdranch/Deferred v2.0b4
Work with values that haven't been determined yet.
⭐️ 420
🕓 1 year ago
iOS macOS watchOS tvOS
.package(url: "https://github.com/bignerdranch/Deferred.git", from: "v2.0b4")

Deferred

Warning

Deferred is deprecated in favor of Swift Concurrency. For migration hints, see Migrating to Swift Concurrency.

Deferred let you work with values that haven't been determined yet, like an array that's coming later (one day!) from a web service call. It was originally inspired by OCaml's Deferred library.

Deferred is a "futures library", probably like ones you've already heard about. Where Deferred aims to be different is by providing a small, efficient API that's easily adopted in our many consulting projects.

Vital Statistics
Requires Swift 5.1 or greater
Under MIT License
Multiplatform
Circle CI
CocoaPods
Swift Package Manager

Don't Panic

See Deferred's comprehensive programming guide and documentation at the Deferred Reference.

If you have a question not answered by the guide or the module comments, please open an issue!

Need Some Help?

Deferred, as an open source project, is free to use and always will be. Big Nerd Ranch offers help for Deferred, Code Audits, and general mobile app design/development services. Email us at [email protected] to get in touch with us for more details.

GitHub

link
Stars: 420
Last commit: 1 year ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

v4.1.0: Weird Amorphous Blob of Chicken
4 years ago

Deferred 4.1 improves compatibility with Apple's 2019 tools and releases.

This release is compatible with Swift 4.2, 5.0, and 5.1 on Apple platforms and Linux.

  • Bumps Swift version to 4.1, removing remaining use of unofficial Swift annotations for binary resilience.
  • Improves compatibility with Swift Package Manager in Xcode 11.

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