mirror of
https://github.com/apple/container.git
synced 2026-09-10 17:55:38 +00:00
Three things: 1. Timeout.run today didn't allow a throwing closure. 2. Add a new constructor for Timeout that takes in a Duration directly so we can be more granular than seconds. 3. Add unit tests because we all love those :)