CoAutoRunCallback

typealias CoAutoRunCallback<T> = suspend Resolver.() -> T

Observer callback used by suspendable coAutoRun and CoAutoRunner.