SwiftTask
September 22, 2014 • MIT License
Promise + progress + pause + cancel, using SwiftState (state machine).
SwiftState
August 29, 2014 • MIT License
Elegant state machine for Swift.
[Features]
Transition: .State0 => .State1
Try transition: machine <- .State1
Try transition + messaging: machine <- (.State1, "GoGoGo")
Chaining:...