Fork me on GitHub
#joker
<
2020-03-09
>
benjyz13:03:25

channels work fine, thats great. how do I close one? I see Close function in channel.go

benjyz13:03:35

(defonce x (chan))
;error (close x)

jcburley15:03:54

Try (close! x).

jcburley18:03:37

Might be worth finding occurrences of “channel” here: https://candid82.github.io/joker/joker.core.html

benjyz10:03:02

thanks. didn't see the docs before. was also looking for select from channels, which seems to be not implemented

hlship18:03:20

The embedded database thing looks very cool.

👍 12