Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created March 21, 2018 11:37
Show Gist options
  • Save olbrichj/d51239b01bb3eee6925053fd8e3c9fd6 to your computer and use it in GitHub Desktop.
Save olbrichj/d51239b01bb3eee6925053fd8e3c9fd6 to your computer and use it in GitHub Desktop.
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