Skip to content

Commit 69ac209

Browse files
docs(website): update run operator docs
1 parent 83b3984 commit 69ac209

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/overmind-website/api/operators.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,8 @@ h(Example, { name: "api/operators_operator_pipe" })
7171
```
7272

7373
## run
74-
This operator is useful to run effects. It will just pass the current value a long.
74+
This operator is useful to run effects. It will just pass the current value a long. You may return a promise which will hold further
75+
execution until it is resolved.
7576

7677
```marksy
7778
h(Example, { name: "api/operators_operator_run" })

0 commit comments

Comments
 (0)