I don't think the go blocks play well with the back-pressure. The code I present here deadlocks the scheduler: https://github.com/divs1210/functional-core-async/issues/1
On Wed, Nov 15, 2017 at 2:17 PM, Jay Porcasi <[email protected]> wrote: > interested to hear any feedback on these features > > > On Wednesday, November 15, 2017 at 3:52:24 PM UTC+7, Divyansh Prakash > wrote: >> >> Hi! >> >> Thank you for your feedback! >> >> I've made the following changes to my implementation : >> - bounded channels with backpressure >> - proper thread synchronization >> - thread blocks that run on actual threads (unlike go blocks) >> >> TODO: >> - alts! >> - preserve thread local bindings in `go` blocks (`thread` too?) >> > -- > You received this message because you are subscribed to the Google > Groups "Clojure" group. > To post to this group, send email to [email protected] > Note that posts from new members are moderated - please be patient with > your first post. > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/clojure?hl=en > --- > You received this message because you are subscribed to the Google Groups > "Clojure" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- “One of the main causes of the fall of the Roman Empire was that–lacking zero–they had no way to indicate successful termination of their C programs.” (Robert Firth) -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en --- You received this message because you are subscribed to the Google Groups "Clojure" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
