View source
class BaseContinuation<T>
package haxe.coro
extends SuspensionResult
implements IScheduleObject, IStackFrame, IContinuation<T>
Available on all platforms
This class serves as the base class for all continuation classes generated by the compiler. It provides the basic functionality for managing the internal coroutine state, most of which should be uninteresting to the casual coroutine user.