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 039cb2a commit 7613e14Copy full SHA for 7613e14
src/manifold/deferred.clj
@@ -1519,7 +1519,7 @@
1519
the given symbol."
1520
[fn-name]
1521
(let [async-name (symbol (str (name fn-name) "-async"))]
1522
- `(defn ~async-name
+ `(defn- ~async-name
1523
([d# f#]
1524
(~async-name d# f# (or (ex/executor) (ex/execute-pool))))
1525
([d# f# executor#]
@@ -1530,7 +1530,7 @@
1530
function associated with the given symbol."
1531
1532
1533
1534
([d# d2# f#]
1535
(~async-name d# d2# f# (or (ex/executor) (ex/execute-pool))))
1536
([d# d2# f# executor#]
0 commit comments