Interesting.
How do you prevent data races in concurrent code?
Or do you not allow shared mutable memory?
Yeah, no shared mutable memory; coordination is done via channels.
Yeah, no shared mutable memory; coordination is done via channels.