PiedPiper
PiedPiper copied to clipboard
A small set of classes and functions to make easy use of Futures, Promises and async computation in general. All written in Swift for iOS 10+, WatchOS 3, tvOS and Mac OS X apps.
I am currently struggling with deadlocks. I found your repository and tried to use it to see if it gets deadlocks or not. Unfortunately it gets deadlocks. Can you please...
The API should take an array and a closure that takes an element and returns a Future, and return a Future that will execute all the single futures one by...
Since it looks like a library is Linux-safe even when using Foundation, it could be interesting to create a Linux target of PiedPiper and see what can fit there and...
_From @vittoriom on February 22, 2016 20:42_ - [ ] Expose `mutate` variations on `Future`s - [ ] ... _Copied from original issue: WeltN24/Carlos#129_
_From @vittoriom on February 22, 2016 20:42_ - [ ] `after` #137 - [ ] Consider returning and leveraging `Future`s when dispatching on queues - [ ] ... _Copied from...
_From @vittoriom on April 9, 2016 13:43_ _Copied from original issue: WeltN24/Carlos#152_
_From @vittoriom on March 27, 2016 10:59_ - [ ] Implement - [ ] Implement tests - [ ] Add code documentation - [ ] Add sample code - [...
_From @bkase on April 7, 2016 0:6_ Due to the use of `ReadWriteLock`s in many places (notably `Promise`s), it's impossible to both avoid touching locks on the MainThread (which is...
This PR adds the GitHub Action file to the repository.