Table of Contents

Payload Constructor

Payload(long, object?)

public Payload(long Value, object? State)

Create a new instance of the FiberScheduler.Payload struct.

Parameters

Value long

A value associated with the payload (e.g., timestamp).

State object

The optional state of the task.