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

@ -93,7 +93,7 @@ class Dispatcher(
*/
protected[akka] def shutdown: Unit = {
val newDelegate = executorServiceDelegate.copy() // Doesn't matter which one we copy
val es = synchronized { // FIXME getAndSet using ARFU or Unsafe
val es = synchronized {
val service = executorServiceDelegate
executorServiceDelegate = newDelegate // just a quick getAndSet
service