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

IElement

Represents an element of Context. See haxe.coro.schedulers.Scheduler for a usage example.

Key

Represents the key of a Context element. See haxe.coro.schedulers.Scheduler for a usage example.

KeyImpl