MicroThreadFlags Enum
Namespace: Stride.Core.MicroThreadingAssembly: Stride.Core.MicroThreading.dll
[Flags]
public enum MicroThreadFlags
Fields
| Name | Description |
|---|---|
| IgnoreExceptions | If a faulted MicroThread is not being waited on, do not propgate exception outside of Run(). |
| None |