Uses of Package
modelarium.multithreading.requestresponse
Packages that use modelarium.multithreading.requestresponse
Package
Description
Modelarium API.
Internal multithreading and parallel execution support.
-
Classes in modelarium.multithreading.requestresponse used by modelariumClassDescriptionProvides a per-thread interface for sending requests to and receiving responses from the simulation coordinator in a synchronised agent-based model.
-
Classes in modelarium.multithreading.requestresponse used by modelarium.multithreadingClassDescriptionCentral controller for managing the request and response queues used in synchronised, multithreaded agent-based simulations.
-
Classes in modelarium.multithreading.requestresponse used by modelarium.multithreading.requestresponseClassDescriptionAbstract base class for handling requests sent to the coordinator thread in a synchronised model.Represents a request sent from a worker thread to the coordinator thread in a synchronised, multithreaded simulation.Central controller for managing the request and response queues used in synchronised, multithreaded agent-based simulations.Provides a per-thread interface for sending requests to and receiving responses from the simulation coordinator in a synchronised agent-based model.Enum representing the different types of requests that can be sent between worker threads and the coordinator thread during synchronised simulation.Represents a response from the coordinator thread to a worker thread in a synchronised simulation model.Enum representing the different types of responses returned by the coordinator to worker threads during synchronised simulation execution.