Hacker News new | ask | show | jobs
by swannodette 4732 days ago
Yes I'm pretty sure selective receive is not supported.
2 comments

You can mimic selective receive using a router process. Essentially, you could generate one channel for every branch of the pattern match, then generate a process which reads from the input channel and deals the message to the appropriate branching channel.