Header menu logo bristlecone

Orchestration Module

Queue functions to manage many work packages in parallel. [ Inspired by Tom Petricek: http://fssnip.net/nX ]

Types

Type Description

OrchestrationAgent

The `OrchestrationAgent` queues work items of the type `Async`, which are run in parallel up to a total of `maxSimultaneous` at one time.

OrchestrationMessage

Functions and values

Function or value Description

Orchestration.print writeOut s

Full Usage: Orchestration.print writeOut s

Parameters:
Returns: 'a
writeOut : LogEvent -> 'a
s : string
Returns: 'a

Type something to start searching.