Actors

The following actors are available globally.

  • LoadingHandler 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.

    See more

    Declaration

    Swift

    public actor LoadingHandler
  • A bag which holds a list of weakly referenced observers.

    See more

    Declaration

    Swift

    public actor WeakObserverBag