promises

Promises is a modern framework that provides a synchronization construct for Swift and Objective-C.

APACHE-2.0 License

Stars
3.8K
Committers
42

Bot releases are hidden (Show)

promises - 2.3.1 Latest Release

Published by ykjchen about 1 year ago

promises - 2.0.0

Published by ykjchen over 3 years ago

  • Renames await() to awaitPromise().
promises -

Published by shoumikhin over 6 years ago

  • FBLPromiseCatchBlock renamed to FBLPromiseCatchWorkBlock
  • Introduced FBLPromiseErrorIsTimedOut() and FBLPromiseErrorIsValidationFailure() for easier check for predefined FBLPromiseErrorCodes
promises -

Published by shoumikhin over 6 years ago

Swift convenience constructor that accepts a work block and eventually resolves the newly created promise with its return value (aka do operator in Objective-C) is now overloaded and can return another promise, not only a value.

promises -

Published by shoumikhin over 6 years ago

Introducing await and delay operators.

promises -

Published by shoumikhin over 6 years ago

Breaking changes:

  • any renamed to race
  • when renamed to any
  • resolve renamed to wrap