Discussion about this post

User's avatar
Arif Okuyucu's avatar

Very nice tutorial,

One more example to Manual Synchronization is to use new swift synchronization

Example:

nonisolated(unsafe) var supportedStyleCount = Mutex(42) or

nonisolated(unsafe) var supportedStyleCount = Atomic(42)

Expand full comment
1 more comment...

No posts