Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 441 Bytes

File metadata and controls

5 lines (4 loc) · 441 Bytes

This directory contains code from Point-Free Episode: Reliable Async Tests: 🥹

We continue our deep dive into advanced Swift concurrency by exploring the concept of “executors” to better understand its global enqueue hook. We will then put this hook to work and finally have reliable, 100% deterministic async tests.