| | pipeline does not stop consuming `from` when `to` is closed | | | | | Unresolved | May 17, 2018 | Nov 21, 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 | | |
| | 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 | | |
| | (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!! may complete both a put and a take to same channel | | | | | Unresolved | Nov 15, 2017 | Nov 17, 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 | | |
| | 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 | | |
| | ArrayDeque instead of LinkedList for buffers | | | | | Unresolved | Sep 10, 2020 | Sep 11, 2020 | | |
| | Pausing in mix is not effective | | | | | Unresolved | Sep 22, 2017 | Jan 13, 2020 | | |
| | (CLJS) (try (catch :default)) inside a cljs go block raises an exception | | | | | Unresolved | Dec 7, 2013 | Jan 10, 2020 | | |
| | go ignores async code in letfn body | | | | | Unresolved | Oct 16, 2018 | Jan 10, 2020 | | |
| | Provide a chan? function to determine if a given var is a channel | | | | | Unresolved | Jun 23, 2014 | Oct 30, 2019 | | |
| | Completion arity of transducer is called twice | | | | | Unresolved | Jan 20, 2017 | Feb 23, 2019 | | |
| | (CLJS) try-catch-finally broken inside go-blocks | | | | | Unresolved | Jun 21, 2014 | Nov 28, 2018 | | |
| | (CLJS) ClojureScript `catch :default` in `go` fails with non-`js/Error` classes | | | | | Unresolved | Jul 27, 2016 | Nov 28, 2018 | | |
| | Allow user supplied executor/thread-pool (and potentially other options) to be used in go, thread macros and chan | | | | | Unresolved | Oct 9, 2014 | Nov 27, 2018 | | |
| | let in go block leaks memory | | | | | Unresolved | Nov 13, 2018 | Nov 16, 2018 | | |
| | can't assign instance fields in go blocks | | | | | Unresolved | Nov 6, 2018 | Nov 6, 2018 | | |
| | some locals are not cleared in go blocks | | | | | Unresolved | Aug 30, 2018 | Aug 30, 2018 | | |
| | Unordered pipeline | | | | | Unresolved | Nov 1, 2015 | May 22, 2018 | | |
| | (CLJS) Cannot use (js-debugger) in go block | | | | | Unresolved | Apr 16, 2018 | Apr 16, 2018 | | |
| | Race condition when closing mults | | | | | Unresolved | Apr 29, 2014 | Dec 22, 2017 | | |
| | Loop in go breaks type hints | | | | | Unresolved | Nov 12, 2017 | Nov 12, 2017 | | |
| | Can we get a generic sink operation? | | | | | Unresolved | May 9, 2014 | Sep 19, 2017 | | |
| | Add ability to transduce values collected via clojure.core.async/into | | | | | Unresolved | May 25, 2017 | May 25, 2017 | | |
| | Opaque string representation of channels in Clojurescript core.async | | | | | Unresolved | May 22, 2017 | May 22, 2017 | | |
| | mult channel deadlocks when untapping a consuming channel whilst messages are being queued/blocked | | | | | Unresolved | Feb 20, 2014 | May 10, 2017 | | |
| | Add drain! to consume and discard a channel | | | | | Unresolved | May 9, 2014 | May 10, 2017 | | |
| | (CLJS) Some non-tail-recursive loops compile without error | | | | | Unresolved | Mar 27, 2017 | Mar 28, 2017 | | |
| | Allow a second arity on channel ex-handler which takes val as well as throwable | | | | | Unresolved | Jan 27, 2015 | Feb 23, 2017 | | |
| | (CLJS) or evaluation not stopped when exp nests take | | | | | Unresolved | Jun 9, 2015 | Feb 14, 2017 | | |
| | Return value of pipe is not documented | | | | | Unresolved | Nov 29, 2015 | Feb 13, 2017 | | |
| | How to better communicate "mix" lifecycle wrt coordination | | | | | Unresolved | May 9, 2014 | Feb 13, 2017 | | |
| | (CLJS) go block containing letfn does not compile | | | | | Unresolved | Dec 30, 2015 | Feb 13, 2017 | | |
| | (CLJS) cljs IOC macro issue with double-dot form | | | | | Unresolved | Jan 12, 2014 | Feb 13, 2017 | | |
| | (CLJS) Core.async memory leak in Safari and Mobile Safari | | | | | Unresolved | Jan 21, 2014 | Feb 13, 2017 | | |
| | (CLJS) Variable called 'new' in vector in go block in CLJS causes "Object has no method 'call'" error | | | | | Unresolved | Apr 7, 2014 | Feb 13, 2017 | | |