remove some FIXMEs
some were left-over residue, some were fixed
This commit is contained in:
parent
4b04faf582
commit
e86144499c
9 changed files with 15 additions and 280 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue