4 using System.Collections.Generic;
8 namespace SiliconStudio.Core.MicroThreading
29 public int ThreadId {
get;
private set; }
Represents an execution context managed by a Scheduler, that can cooperatively yield execution to ano...
Provides data for the Scheduler.MicroThreadStarted, Scheduler.MicroThreadEnded, Scheduler.MicroThreadCallbackStart and Scheduler.MicroThreadCallbackEnd events.
SchedulerThreadEventArgs(MicroThread microThread, int threadId)
Initializes a new instance of the SchedulerThreadEventArgs class.