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:
3030:compute - must not ever block
3131:mixed - anything else
3232
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
3434to core.async to construct an instance instead.
3535
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
3838dispatch executor service. If returning nil, core.async will
3939use the :io executor service (which may be handled by the
4040user factory)."
You can’t perform that action at this time.
0 commit comments