Table of Contents

Struct TaskSyncEntityCreateInfo

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll
public record struct TaskSyncEntityCreateInfo : IEquatable<TaskSyncEntityCreateInfo>
Implements
Inherited Members

Constructors

TaskSyncEntityCreateInfo()

public TaskSyncEntityCreateInfo()

Properties

OwnerThread

The thread that owns the work item queue.

public Thread? OwnerThread { readonly get; init; }

Property Value

Thread

TaskWatchdog

The work item watchdog timer to use.

public Watchdog? TaskWatchdog { readonly get; init; }

Property Value

Watchdog