Uses of Interface
net.ninjacat.drama.ThreadingStrategy

Packages that use ThreadingStrategy
net.ninjacat.drama Classes for Drama Actor library 
 

Uses of ThreadingStrategy in net.ninjacat.drama
 

Classes in net.ninjacat.drama that implement ThreadingStrategy
 class CachedThreadPoolStrategy
          ActorSystem threading strategy that uses cached thread pool ExecutorService
 class FixedThreadPoolStrategy
          * ActorSystem threading strategy that uses fixed thread pool ExecutorService with number of threads equal to number of available CPU cores.
 

Methods in net.ninjacat.drama with parameters of type ThreadingStrategy
 ActorSystemFactory ActorSystemFactory.setThreadingStrategy(ThreadingStrategy threadingStrategy)
          Sets ThreadingStrategy for new instances of ActorSystems created by this factory
 



Copyright © 2014. All rights reserved.