/Async

Asynchronous utilities for Swift

Primary LanguageSwiftMIT LicenseMIT

Async.swift

Port of the coalyn/async library for Swift.

Documentation

Collections

  • detect
  • detectSeries
  • each
  • eachLimit
  • eachSeries
  • filter
  • filterSeries
  • map
  • mapSeries
  • reduce
  • reduceRight

Control Flow

  • parallel
  • series
  • waterfall