Class FanIn
TBD
Inherited Members
Namespace: Akka.Streams.Implementation
Assembly: Akka.Streams.dll
Syntax
public static class FanIn
Fields
| Edit this page 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 |