Then icon indicating copy to clipboard operation
Then copied to clipboard

:clapper: Tame async code with battle-tested promises

Results 7 Then issues
Sort by recently updated
recently updated
newest added

Hi all In order to run my project in Apple Silicon I had to exclude the arch `arm64`. But I'm getting this error, could you add support to this please?...

Hi! I saw that Cocoapods is deprecated now, I would like to suggest adding support again since it doesn't change the way to develop for SPM as well. The library...

Hi, we are using Then together with Vapor for a swift server side project. While doing some performance tests, we noticed that our current implementation is not able to support...

Hi, struggling with the semantics for progress block Here are two scenarios: ``` getFile() .then(uploadFile) .progress { /// Not getting called } ``` ``` getFile() .then { self.uploadFile(fileUrl: $0) .progress...

bug

This function is really useful but was set as internal. I propose set as public so everyone can use this. Use case: - You keep the promise in a property...

Currently, this library can only return `Float` value when using `.progress` directive. However, Alamofire and other network libraries return `Progress` instance instead of `Float`. I think thenPromise should be able...

Hi, I'm a stranger who started using this library. I appreciate your effort for this! This PR is related to issue #50 to let you guys know about what I...