Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 436 Bytes

File metadata and controls

5 lines (4 loc) · 436 Bytes

This directory contains code from Point-Free Episode: Clocks: Existential Time

The Clock protocol is a brand-new feature of Swift 5.7 for dealing with time-based asynchrony. We will explore its interface, compare it to Combine’s Scheduler profile, and see what it takes to write and use our own conformances.