All Projects → bignerdranch → Deferred

bignerdranch / Deferred

Licence: mit
Work with values that haven't been determined yet.

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to Deferred

Materialactivityindicator
Material Activity Indicator
Stars: ✭ 109 (-73.15%)
Mutual labels:  cocoapods, swiftpm
Dikit
Dependency Injection Framework for Swift, inspired by KOIN.
Stars: ✭ 77 (-81.03%)
Mutual labels:  cocoapods, swiftpm
Imagescout
A Swift implementation of fastimage. Supports PNG, GIF, and JPEG.
Stars: ✭ 940 (+131.53%)
Mutual labels:  cocoapods, swiftpm
java-red
Effective Concurrency Modules for Java
Stars: ✭ 25 (-93.84%)
Mutual labels:  asynchronous-tasks, futures
Asynchronous
Implementation-agnostic asynchronous code
Stars: ✭ 13 (-96.8%)
Mutual labels:  futures, cocoapods
Swipycell
Easy to use UITableViewCell implementing swiping to trigger actions.
Stars: ✭ 230 (-43.35%)
Mutual labels:  cocoapods, swiftpm
Scenekit Bezier Animations
Create animations over Bezier curves of any number of points
Stars: ✭ 35 (-91.38%)
Mutual labels:  cocoapods, swiftpm
Bluecap
iOS Bluetooth LE framework
Stars: ✭ 669 (+64.78%)
Mutual labels:  futures, cocoapods
Q
A platform-independent promise library for C++, implementing asynchronous continuations.
Stars: ✭ 179 (-55.91%)
Mutual labels:  futures, asynchronous-tasks
Xcglogger
A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.
Stars: ✭ 3,710 (+813.79%)
Mutual labels:  cocoapods, swiftpm
Restofire
Restofire is a protocol oriented networking client for Alamofire
Stars: ✭ 377 (-7.14%)
Mutual labels:  cocoapods
Vgplayer
📺 A simple iOS video player by Vein.
Stars: ✭ 383 (-5.67%)
Mutual labels:  cocoapods
Coding Ios
CODING iOS 客户端源代码
Stars: ✭ 3,771 (+828.82%)
Mutual labels:  cocoapods
Imagebutter
Makes dealing with images buttery smooth.
Stars: ✭ 395 (-2.71%)
Mutual labels:  cocoapods
Foldingtabbar.ios
Folding Tab Bar and Tab Bar Controller
Stars: ✭ 3,677 (+805.67%)
Mutual labels:  cocoapods
Stepslider
StepSlider its custom implementation of slider such as UISlider for preset integer values.
Stars: ✭ 391 (-3.69%)
Mutual labels:  cocoapods
Quickblox Ios Sdk
QuickBlox iOS SDK for messaging and video calling
Stars: ✭ 373 (-8.13%)
Mutual labels:  cocoapods
Topasscodeviewcontroller
A modal passcode input and validation view controller for iOS
Stars: ✭ 373 (-8.13%)
Mutual labels:  cocoapods
Circularprogress
Circular progress indicator for your macOS app
Stars: ✭ 366 (-9.85%)
Mutual labels:  cocoapods
Keyboardobserving
⌨️A Combine-based way to observe and adjust for Keyboard notifications in SwiftUI
Stars: ✭ 399 (-1.72%)
Mutual labels:  swiftpm

Deferred

Deferred lets 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].