You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Wrap the argument to `Future.transform` in an autoclosure (vapor#195)
This avoids creating the argument if it won't be needed at all, e.g. because a previous future fails.
Fix flatten threading issue by directly using reduce(...) NIO method (v……apor#184)
* Fix flatten threading issue by directly using andAll NIO method
This also improves the test by checking that order the order of the results will match the order of the futures in the input array as it has been specified in the docs.
* Improve code formatting
* Bump SwiftNIO dependency version to 1.12.0
* Correct indentation
* Correct syntax formatting
* Stress test
* Improve stress test
* Improve stress test
* Improve stress test
* Create timer on timer loop group
* Add testFlattenStress to Linux test array
* Update circle.yml
Conform NSError to Debuggable (vapor#178)
* Conform NSError to Debuggable
Signed-off-by: MrLotU <j.koopman@jarict.nl>
* Change ID to `self.code`
* Add some extra properties