Uses of Interface
net.sodacan.core.Scheduler
Packages that use Scheduler
Package
Description
This package contains most of the Interfaces of Sodacan.
A small island of compute sending and receiving messages to/from other Actors.
An ActorGroup contains a dynamic number of actors.
The Scheduler for an ActorGroup is concerned with thread coordination.
-
Uses of Scheduler in net.sodacan.core
Methods in net.sodacan.core that return SchedulerModifier and TypeMethodDescriptionConfig.createScheduler
(ActorGroup actorGroup) Create a new scheduler.ActorGroup.getScheduler()
-
Uses of Scheduler in net.sodacan.core.actor
Fields in net.sodacan.core.actor declared as SchedulerConstructors in net.sodacan.core.actor with parameters of type SchedulerModifierConstructorDescriptionActorEntry
(Config config, Scheduler scheduler, ActorId actorId) Construct a new ActorEntry and instantiate and actor contained within it using a configured actor factory. -
Uses of Scheduler in net.sodacan.core.actorgroup
Methods in net.sodacan.core.actorgroup that return Scheduler -
Uses of Scheduler in net.sodacan.core.config
Fields in net.sodacan.core.config with type parameters of type SchedulerMethods in net.sodacan.core.config that return SchedulerModifier and TypeMethodDescriptionDefaultConfig.createScheduler
(ActorGroup actorGroup) Create a new scheduler.Method parameters in net.sodacan.core.config with type arguments of type SchedulerModifier and TypeMethodDescriptionBaseBuilder.scheduler
(BiFunction<Config, ActorGroup, Scheduler> schedulerFn) Local factory -
Uses of Scheduler in net.sodacan.core.scheduler
Classes in net.sodacan.core.scheduler that implement Scheduler