github pointfreeco/combine-schedulers 0.7.0

latest releases: 1.0.2, 1.0.1, 1.0.0...
2 years ago
  • Added: TestScheduler.advance(to:), for advancing to a specific moment in time (thanks @ytyubox).
  • Added: Async-friendly versions of TestScheduler's advance(by:), advance(to:), and run() methods, which yield time to cooperative concurrency while scheduling work.
  • Added: Async-friendly functions for sleeping and running timers: Scheduler.sleep(for:) and Scheduler.timer(interval:).

Don't miss a new combine-schedulers release

NewReleases is sending notifications on new releases.