Function createJoiner

  • Joiner invokes the action callback if there's no pending callback, otherwise it returns the result of the pending action.

    Type Parameters

    • T

      The result of an action.

    Returns Joiner<T>