Class FanIn
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public static class FanIn
Fields
| Improve this Doc View SourceCancelled
TBD
Declaration
public const byte Cancelled = 16
Field Value
Type | Description |
---|---|
Byte |
Completed
TBD
Declaration
public const byte Completed = 8
Field Value
Type | Description |
---|---|
Byte |
Depleted
TBD
Declaration
public const byte Depleted = 4
Field Value
Type | Description |
---|---|
Byte |
Marked
TBD
Declaration
public const byte Marked = 1
Field Value
Type | Description |
---|---|
Byte |
Pending
TBD
Declaration
public const byte Pending = 2
Field Value
Type | Description |
---|---|
Byte |