remove some FIXMEs

some were left-over residue, some were fixed
This commit is contained in:
Roland 2012-10-16 12:06:03 +02:00
parent 4b04faf582
commit e86144499c
9 changed files with 15 additions and 280 deletions

View file

@ -288,7 +288,7 @@ abstract class MessageDispatcher(val prerequisites: DispatcherPrerequisites) ext
if (debug) actors.remove(this, actor.self)
addInhabitants(-1)
val mailBox = actor.swapMailbox(deadLetterMailbox)
mailBox.becomeClosed() // FIXME reschedule in tell if possible race with cleanUp is detected in order to properly clean up
mailBox.becomeClosed()
mailBox.cleanUp()
}