pointfreeco / swift-concurrency-extras

Useful, testable Swift concurrency.
MIT License
343 stars 23 forks source link

Mutex back-port #35

Open stephencelis opened 2 months ago

stephencelis commented 2 months ago

Swift's new Mutex type cannot be back-deployed at this time, so we can provide our own implementation with matching API.