FiberScheduler.Payload Struct
- Namespace
- SatorImaging.UnityFundamentals
public readonly struct FiberScheduler.Payload : IEquatable<FiberScheduler.Payload>
A payload for the task.
- Implements
- Inherited Members
- Extension Methods
Constructors
- Payload(long, object?)
Create a new instance of the FiberScheduler.Payload struct.
Fields
- State
The optional state of the task.
- Value
A value associated with the payload (e.g., timestamp).
Methods
- Equals(Payload)
Indicates whether the current object is equal to another object of the same type.
- Equals(object?)
Indicates whether this instance and a specified object are equal.
- GetHashCode()
Returns the hash code for this instance.