Structures

The following structures are available globally.

  • Undocumented

    See more

    Declaration

    Swift

    public struct Effect<Dependencies, OutputAction>
  • Fire And Forget is a SignalProducer for when you don’t care about the output of certain async operation. It’s important to notice that this operation can’t fail. If you want to also ignore the failure, then you can catchErrors and return nil in the proper init. It may complete successfully when task is done.

    See more

    Declaration

    Swift

    public struct FireAndForget<IgnoringOutput> : SignalProducerProtocol