Table of Contents

Enum MicroThreadFlags

Namespace
Stride.Core.MicroThreading
Assembly
Stride.Core.MicroThreading.dll
[Flags]
public enum MicroThreadFlags

Fields

IgnoreExceptions = 1

If a faulted MicroThread is not being waited on, do not propgate exception outside of Run().

None = 0