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

Go to the source code of this file.

Namespaces

namespace  SpicyPixel.Threading
 

Enumerations

enum  SpicyPixel.Threading.FiberContinuationOptions {
  SpicyPixel.Threading.FiberContinuationOptions.None = 0x00000, SpicyPixel.Threading.FiberContinuationOptions.NotOnRanToCompletion = 0x10000, SpicyPixel.Threading.FiberContinuationOptions.NotOnFaulted = 0x20000, SpicyPixel.Threading.FiberContinuationOptions.NotOnCanceled = 0x40000,
  SpicyPixel.Threading.FiberContinuationOptions.OnlyOnRanToCompletion = 0x60000, SpicyPixel.Threading.FiberContinuationOptions.OnlyOnFaulted = 0x50000, SpicyPixel.Threading.FiberContinuationOptions.OnlyOnCanceled = 0x30000
}
 Specifies the behavior for a fiber that is created by using the Fiber.ContinueWith method. More...