Actors
The following actors are available globally.
-
See moreLoadingHandler
is 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