File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/clojure/clojure/core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ service instance according to the following:
30
30
:compute - must not ever block
31
31
:mixed - anything else
32
32
33
- In leiu of returning an object, the factory may return nil to signal
33
+ In lieu of returning an object, the factory may return nil to signal
34
34
to core.async to construct an instance instead.
35
35
36
- A user-defined ExecutorService factory may additionally accept a
37
- tag :core-async-dispatch and return a specialized core.async
36
+ A user-defined factory may additionally accept a tag
37
+ :core-async-dispatch and return a specialized core.async
38
38
dispatch executor service. If returning nil, core.async will
39
39
use the :io executor service (which may be handled by the
40
40
user factory)."
You can’t perform that action at this time.
0 commit comments