Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 306 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 306 Bytes

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