Wondering what's the current state of Channels (Go-like) or Actor (Erlang-like) 
parallelism in Nim?

I know there are Async and Weave. But I don't like Async approach, and Weave 
seems to be nice solution, but it's more like specialised high throughput 
solution for numerical calculations.

There's a [channels](https://nim-lang.org/docs/channels.html) library, but 
seems like not much discussion about it, is it used and developed? Are there 
other Go / Erlang like libraries?

Reply via email to