package haxe.coro.context

..
AdjustableContext

Similar to Context, but mutable. This type should rarely be used explicitly and mostly appears as an intermediate type via the Context API.

Context

An immutable context, which can be used like a map.

ElementTree

ExceptionHandler

An abstract context element that handles exception stack trace management for coroutines. BaseContinuation.startException and BaseContinuation.buildCallStack delegate to this element.

IElement

Represents an element of Context. See haxe.coro.dispatchers.Dispatcher for a usage example.

ISynchronousRun

Key

Represents the key of a Context element. See haxe.coro.dispatchers.Dispatcher for a usage example.

KeyImpl