|
|
|
|
|
by rad_gruchalski
1243 days ago
|
|
> A (worker) thread dying isn't an issue in Rust, Go, C# and etc. Go channels are nice but they don’t come close to Erlang message passing. In go you can’t just ignore if the channel is bounded or unbounded, open or closed. Writing to a closed channel with blow you up. It takes some time to learn it. Messages in Erl are easy fifo serial execution. |
|