We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc512d commit 2d7ef8aCopy full SHA for 2d7ef8a
Sources/Action/Action.swift
@@ -27,7 +27,7 @@ public final class Action<Input, Element> {
27
/// This subject also includes inputs as aguments of execute().
28
/// All inputs are always appear in this subject even if the action is not enabled.
29
/// Thus, inputs count equals elements count + errors count.
30
- public let inputs = PublishSubject<Input>()
+ public let inputs = InputSubject<Input>()
31
32
/// Errors aggrevated from invocations of execute().
33
/// Delivered on whatever scheduler they were sent from.
0 commit comments