## Context:

  I'm doing some communication across cljs/clj with core.async

## Problem:

  I want a certain function called whenever:
  (a) the first time the channel is closed
  (b) when the channel is gc-ed (if not previously closed)

  (a) is rather easy: I define my own channel, wrapped around
ManyToManyChannel, and define my own
https://github.com/clojure/core.async/blob/master/src/main/clojure/clojure/core/async/impl/protocols.clj#L22

  (b) I have no idea how to do -- is there someway to register some
function that gets called when a channel is gc-ed ? (perferably in both
cljs + clj -- although, if it just works in cljs, it suffices)

Thanks!

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
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 clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to