View source
class FunctionContinuation<T>
package haxe.coro.continuations
implements IContinuation<T>
Available on all platforms
A simple IContinuation implementation that calls a user-provided callback
on completion.
Available on all platforms
A simple IContinuation implementation that calls a user-provided callback
on completion.