aivika-distributed-1.0: Parallel distributed discrete event simulation module for the Aivika library

CopyrightCopyright (c) 2015-2017 David Sorokin <david.sorokin@gmail.com>
LicenseBSD3
MaintainerDavid Sorokin <david.sorokin@gmail.com>
Stabilityexperimental
Safe HaskellNone
LanguageHaskell98

Simulation.Aivika.Distributed.Optimistic.QueueStrategy

Contents

Description

Tested with: GHC 7.10.3

This module defines queue strategies FCFS and LCFS for the DIO computation.

Orphan instances

QueueStrategy DIO FCFS Source #

An implementation of the FCFS queue strategy.

QueueStrategy DIO LCFS Source #

An implementation of the LCFS queue strategy.

DequeueStrategy DIO FCFS Source #

An implementation of the FCFS queue strategy.

DequeueStrategy DIO LCFS Source #

An implementation of the LCFS queue strategy.

EnqueueStrategy DIO FCFS Source #

An implementation of the FCFS queue strategy.

EnqueueStrategy DIO LCFS Source #

An implementation of the LCFS queue strategy.