On Saturday, July 6, 2013 11:46:51 AM UTC-4, David Nolen wrote: > > This isn't a bug, you're in a infinite loop constructing go blocks. You > should probably move the loops into the go blocks. > > I assumed go blocks are garbage collected when they go out of scope, but maybe I don't understand the scope of a go block. You're saying every go block created in the loop should be expected to hang around indefinitely? My (possibly broken) thinking was that after the first iteration, whatever is constructed by the go blocks in the first iteration would be candidates for garbage collection.
-- -- 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/groups/opt_out.
