Classes

The following classes are available globally.

  • Hook with from 0 to 1 closures per hook key. An array of return values will be returned.

    See more

    Declaration

    Swift

    public class DelegationHook<T> : Hook where T : HookAction
  • This hook accepts many closures and invokes them serial in the current queue.

    See more

    Declaration

    Swift

    public class SerialHook<T> : Hook where T : HookAction