InternalTaskRunner
public protocol InternalTaskRunner : AnyObject, Cancellable
-
Declaration
Swift
associatedtype Request : AmplifyOperationRequest -
Declaration
Swift
var request: Request { get } -
run()AsynchronousRun task
Declaration
Swift
func run() async throws
View on GitHub