You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ An action is a way to say "hey, later I'll need you to subscribe to this thing."
9
9
10
10
Actions accept a `workFactory`: a closure that takes some input and produces an observable. When `execute()` is called, it passes its parameter to this closure and subscribes to the work.
11
11
12
-
- Can only be executed while "enabled" (`true`by default).
12
+
- Can only be executed while "enabled" (`true`if unspecified).
13
13
- Only execute one thing at a time.
14
14
- Aggregates next/error events across individual executions.
0 commit comments