Spicy Pixel Concurrency Kit
  • Main Page
  • Related Pages
  • Packages
  • Classes
  • Files
  • File List
  • Source
  • SpicyPixel.Threading
Namespaces | Enumerations
FiberStatus.cs File Reference

Go to the source code of this file.

Namespaces

namespace  SpicyPixel.Threading
 

Enumerations

enum  SpicyPixel.Threading.FiberStatus {
  SpicyPixel.Threading.FiberStatus.Created, SpicyPixel.Threading.FiberStatus.WaitingForActivation, SpicyPixel.Threading.FiberStatus.WaitingToRun, SpicyPixel.Threading.FiberStatus.Running,
  SpicyPixel.Threading.FiberStatus.RanToCompletion, SpicyPixel.Threading.FiberStatus.Canceled, SpicyPixel.Threading.FiberStatus.Faulted
}
 Represents the current state of a fiber. More...