Created
March 21, 2018 11:37
-
-
Save olbrichj/d51239b01bb3eee6925053fd8e3c9fd6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let waitAtLeast = after(seconds: 0.3) | |
firstly { | |
fetch(url: url) | |
}.then { | |
waitAtLeast | |
}.done { | |
//… | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment