const mixinafIoc::ActorPools
afIoc::ActorPools
(Service) - Maintains a collection of named ActorPools. Use to keep tabs on your resources, particularly when creating SynchronizedState instances.
IoC uses an ActorPool named afIoc.system. Contribute your own via your AppModule:
@Contribute { serviceType=RegistryShutdownHub# }
static Void contributeActorPools(MappedConfig config) {
  config["myPool"] = ActorPool()
}
@since 1.6.0