Go's concurrency is based on CSP (communication sequence process), not 
Actor Model. Hence you can have channels and manage all the communications 
through channels. For this, there is no need for named actors - unlike the 
actor model, where all communications are managed via mailboxes.

These are two different models of concurrency.

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to