pointfreeco / swift-clocks

⏰ A few clocks that make working with Swift concurrency more testable and more versatile.
MIT License
266 stars 17 forks source link

Make AnyClock a class. #41

Closed mbrandonw closed 1 month ago

mbrandonw commented 2 months ago

Weirdly AnyClock crashes on Wasm when it's a struct, but as a class it works. Luckily it's fine to make it a class.