IProcessType

PackageAxial.Process
Interprets process specifications as lazy Axial workflows for a concrete host platform.

Specification

Kind
Type
Members
2
Examples
0
RunSignature
this.Run
StreamSignature
this.Stream

Summary

NameSignatureSynopsis
Runthis.RunReturns a lazy workflow that runs the specification when composed into a Flow runtime.
Streamthis.StreamReturns a lazy, backpressured stream of output and completion events.

Run

this.Run
Member
Returns a lazy workflow that runs the specification when composed into a Flow runtime.

Parameters

NameTypeDescription
specificationProcessSpec

Returns

Flow<unit, ProcessError, ProcessResult>

Stream

this.Stream
Member
Returns a lazy, backpressured stream of output and completion events.

Parameters

NameTypeDescription
specificationProcessSpec

Returns

FlowStream<unit, ProcessError, ProcessEvent>