framework
framework copied to clipboard
Enhance LiftActors to support finite length mailboxes
Lift Actors need more documentation, perhaps a !!? futures method not to mention finite length mailboxes, stuff like that.
Imported from Assembla: http://www.assembla.com/spaces/liftweb/tickets/789
How would a finite length mailbox work? Would a message send block until the mailbox has an entry consumed?
That's what I would assume it did