Fork me on GitHub
#core-async
<
2024-01-29
>
James Amberger00:01:01

How can you kill a go-loop?

hiredman01:01:31

You setup something to signal it to stop

phronmophobic01:01:14

go-loops never die. they just stop recuring.

😄 3
James Amberger02:01:32

Figured. Thanks.

ghadi18:01:37

we are thinking about core.async with Loom, and one of the potential improvements is better respecting thread interruption

🎉 1