Actors
The following actors are available globally.
-
See moreLoadingHandleris designed to manage the execution of asynchronous tasks sequentially, ensuring that no two tasks execute concurrently. This is particularly useful in scenarios where race conditions might occur due to simultaneous access or modification of shared resources.Declaration
Swift
public actor LoadingHandler -
A bag which holds a list of weakly referenced observers.
See moreDeclaration
Swift
public actor WeakObserverBag
View on GitHub
Actors Reference