| | pipeline does not stop consuming `from` when `to` is closed | | | | | Unresolved | May 17, 2018 | Nov 21, 2022 | | |
| | core.async analyzer is loaded even when go loops have already been compiled | | | | | Fixed | Oct 13, 2022 | Oct 27, 2022 | | |
| | `a/map` close out channel immediately when any one of inputs closed | | | | | Unresolved | Jan 9, 2018 | Oct 19, 2022 | | |
| | core.async-test/ops-test hangs on single cpu system | | | | | Unresolved | Jul 6, 2022 | Aug 6, 2022 | | |
| | (CLJS) Metadata does not persist across go-block boundaries in Clojurescript core.async | | | | | Unresolved | May 22, 2017 | Jul 23, 2022 | | |
| | go compilation holding onto head of closed over seq | | | | | Unresolved | Jul 6, 2022 | Jul 18, 2022 | | |
| | <! and >! should be macros | | | | | Won't Fix | Dec 13, 2017 | Jun 24, 2022 | | |
| | Clarify timeout doc to mention that close! should not be called on a timeout channel | | | | | Unresolved | Dec 11, 2014 | Jun 9, 2022 | | |
| | Parallelism of core.async pipeline (all flavors) is limited to 1024 (the limit of pending takes) | | | | | Unresolved | Mar 15, 2022 | Mar 15, 2022 | | |
| | (CLJS) Literal `()` erroneously produces `nil` in cljs.core.async `go` blocks | | | | | Unresolved | Jan 31, 2022 | Jan 31, 2022 | | |
| | Generator for iterated api calls | | | | | Unresolved | Jan 21, 2022 | Jan 21, 2022 | | |
| | When a channel is closed, pending takes are committed, but pending puts are not, stranding handlers | | | | | Declined | Jun 7, 2015 | Jan 8, 2022 | | |
| | (CLJS) finally-block prevents exception throw in go-block | | | | | Unresolved | Sep 16, 2020 | Jan 5, 2022 | | |
| | go alts may cause refs to closed over state longer than expected | | | | | Unresolved | Dec 3, 2020 | Dec 8, 2021 | | |
| | (CLJS) do not transform forms that have :no-transform metadata attached | | | | | Unresolved | Nov 29, 2013 | Dec 8, 2021 | | |
| | Executor service cannot be shutdown | | | | | Unresolved | Aug 13, 2016 | Dec 8, 2021 | | |
| | Pub/sub leaks memory | | | | | Unresolved | Sep 13, 2014 | Dec 8, 2021 | | |
| | alts!/alts!! quadratic performance when not passed a vector | | | | | Fixed | Oct 1, 2021 | Nov 26, 2021 | | |
| | Off-by-two in pipeline-async parallelism | | | | | Won't Fix | Mar 17, 2016 | Nov 26, 2021 | | |
| | a/map with empty chan vector hangs | | | | | Fixed | May 24, 2021 | Nov 23, 2021 | | |
| | pipeline-async docstring correction | | | | | Fixed | Aug 27, 2015 | Nov 23, 2021 | | |
| | ioc-macros/return-chan registers a callback that does not take a value | | | | | Fixed | Dec 11, 2020 | Nov 23, 2021 | | |
| | Alt ops are stranded in put/take queues if alt completes with a put on a closed channel | | | | | Fixed | Sep 21, 2017 | Nov 23, 2021 | | |
| | exception behavior for thread macro is hard coded | | | | | Duplicate | May 15, 2014 | Nov 18, 2021 | | |
| | Notification of items dropped from sliding/dropping buffers | | | | | Won't Fix | Feb 12, 2014 | Nov 18, 2021 | | |
| | Convert project to use Reader Conditionals | | | | | Won't Fix | Aug 18, 2015 | Nov 18, 2021 | | |
| | Clarify clojure.core.async/chan docstring | | | | | Won't Fix | Apr 20, 2016 | Nov 18, 2021 | | |
| | alts!! may complete both a put and a take to same channel | | | | | Unresolved | Nov 15, 2017 | Nov 17, 2021 | | |
| | (CLJS) Can't close over locals in #js in go | | | | | Fixed | Jul 9, 2015 | Nov 3, 2021 | | |
| | (CLJS) let-bindings unavailable in #js literals in go-blocks | | | | | Fixed | Feb 13, 2015 | Nov 3, 2021 | | |
| | (CLJS) go block incorrectly handles records returned from tagged literals | | | | | Unresolved | Aug 27, 2021 | Aug 27, 2021 | | |
| | The go macro sometimes clobbers type hints | | | | | Unresolved | Aug 26, 2021 | Aug 26, 2021 | | |
| | (CLJS) Interop support for JS AsyncIterable | | | | | Unresolved | Aug 4, 2021 | Aug 4, 2021 | | |
| | (CLJS) and with multiple <! does not short-circuit in go | | | | | Won't Fix | Jan 26, 2016 | May 12, 2021 | | |
| | (CLJS) 'and' does not short circuit within go block in clojurescript | | | | | Won't Fix | Sep 14, 2014 | May 12, 2021 | | |
| | (CLJS) timeout timers access array elements with out-of-bounds index | | | | | Fixed | Apr 18, 2021 | Apr 26, 2021 | | |
| | Improve pipeline thread usage | | | | | Unresolved | Jan 26, 2021 | Jan 26, 2021 | | |
| | Add a closable-timeout function that always return a fresh channel | | | | | Unresolved | Dec 3, 2018 | Dec 3, 2020 | | |
| | Channel returned by to-chan not immediately ready for taking? | | | | | Won't Fix | Aug 11, 2017 | Nov 2, 2020 | | |
| | `<!` inside nested `let` inside `go` block erroneously yields "<! not used inside go block" error | | | | | Won't Fix | Feb 21, 2016 | Nov 2, 2020 | | |
| | The two `onto-chan` variants could be more flexible with the third argument | | | | | Won't Fix | Oct 5, 2020 | Oct 5, 2020 | | |
| | ArrayDeque instead of LinkedList for buffers | | | | | Unresolved | Sep 10, 2020 | Sep 11, 2020 | | |
| | (CLJS) A "finally" including an "if" breaks the result of the enclosing "try" if the "try" is in a "go" block | | | | | Fixed | Jul 13, 2017 | Mar 31, 2020 | | |
| | (CLJS) A "finally" in a "try" in a "go" block is skipped in f a string is thrown. | | | | | Fixed | Jul 13, 2017 | Mar 31, 2020 | | |
| | (CLJS) js/Promise interop via core.async.interop | | | | | Fixed | Nov 4, 2019 | Mar 31, 2020 | | |
| | (CLJS) the binding macro/let binding is wrongly inlined | | | | | Fixed | Apr 6, 2016 | Mar 31, 2020 | | |
| | (CLJS) Port ASYNC-169 fixes to cljs | | | | | Fixed | Feb 13, 2017 | Mar 31, 2020 | | |
| | (CLJS) FixedBuffer's full checking in cljs | | | | | Fixed | Oct 13, 2014 | Mar 31, 2020 | | |
| | (CLJS) timeout timers skiplist is naive linked list | | | | | Fixed | Jun 17, 2019 | Mar 31, 2020 | | |
| | (CLJS) Make (<! (timeout 0)) be closer to 0 | | | | | Won't Fix | Aug 3, 2015 | Mar 31, 2020 | | |