Fork me on GitHub
#core-async
<
2015-10-25
>
potetm13:10:15

@reefersleep: It’s kind of hard to figure out what you’re trying to do, but in answer to your last question: The only way I know of to “get values out of a go block” in cljs is to update an atom or ref inside the go block.

potetm13:10:51

That being said, my first question is: Why do you want to do that? It’s not something I’ve had to do very often. And usually when I find myself trying to do something that doesn’t seem well-supported in core.async, it’s because I’m missing some simpler way of doing things.

potetm13:10:57

ah, I’m just now seeing your convo in #C03S1L9DN

potetm13:10:46

Looks like you got it straightened out simple_smile

exupero20:10:14

Is it possible to get a count of the number of goroutines running at any given moment?

danielcompton21:10:21

@exupero: what do you mean when you say ‘running’? Do you mean parked goroutines and running ones, or just Threads running?

exupero22:10:21

Parked goroutines.