Fork me on GitHub
#core-async
<
2016-09-03
>
hlolli13:09:26

is it at all important to close! a channel after it is not being used, reading the docs it seems to make no difference if I just leave it "unclosed" "forever".

hiredman20:09:48

Like any other object, it will be gc'ed when there are no more references to it, but I think it is a good idea to close them, similar to using a fileinputstream

val_waeselynck21:09:18

@flipmokid: i recently implemented

val_waeselynck21:09:38

what you describe using hash buckets, happy to show you the code if you want