Skip to content

Instantly share code, notes, and snippets.

@dmytro-anokhin
Created May 14, 2018 13:55
Show Gist options
  • Select an option

  • Save dmytro-anokhin/fba01f165a9b9faab04af18cb996f999 to your computer and use it in GitHub Desktop.

Select an option

Save dmytro-anokhin/fba01f165a9b9faab04af18cb996f999 to your computer and use it in GitHub Desktop.
let compositeTask = CompositeTask(tasks)
compositeTask.run() { _ in
print("All tasks completed")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment