Reading List

Swift Proposal: Synchronous Mutual Exclusion Lock from Michael Tsai RSS feed.

Swift Proposal: Synchronous Mutual Exclusion Lock

SE-0433: Not all code may be able (or want) to adopt actors. Reasons for this can be very varied, for example code may have to execute synchronously without any potential for other tasks interleaving with it. Or the async effect introduced on methods may prevent legacy code which cannot use Swift Concurrency from interacting with […]