Click or drag to resize
Akka.NETMaybeSource<TOut> Constructor
TBD

Namespace:  Akka.Streams.Implementation
Assembly:  Akka.Streams (in Akka.Streams.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax
public MaybeSource(
	Attributes attributes,
	SourceShape<TOut> shape
)

Parameters

attributes
Type: Akka.Streams.Attributes
TBD
shape
Type: Akka.Streams.SourceShape<TOut>
TBD
See Also