Commit dae3ea9
committed
ASYNC-270: Modified the operation of futurize to account for the change to Executor interface in ASYNC-272. The futurize function now creates and returns future. Also, merging in options so that exeception is not thrown when :exec not supplied.
1 parent f644f96 commit dae3ea9
2 files changed
Lines changed: 11 additions & 6 deletions
File tree
- src
- main/clojure/clojure/core/async/flow
- test/clojure/clojure/core/async
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
19 | 21 | | |
20 | | - | |
| 22 | + | |
| 23 | + | |
21 | 24 | | |
0 commit comments