Classes

The following classes are available globally.

  • Read-write lock; multiple readers are allowed simultaneously but only one writer.

    See more

    Declaration

    Swift

    public final class RWLock
  • Signal provides a mechanism for publishing events to subscribers.

    See more

    Declaration

    Swift

    public final class Signal<Event>