Behind the scenes, how is a mailbox (an actor's message queue) implemented in Scala Actors?
I thought it was MessageQueue
, but it's been deprecated with the note that "this class is going to be removed in a future release". It looks like it might be in Channel
, but I want the details of how the message queue itself is implemented.