Type Aliases
The following type aliases are available globally.
-
StdDelayedPromiseis an alias for aDelayedPromisewhose error type isSwift.Error.Declaration
Swift
public typealias StdDelayedPromise<Value> = DelayedPromise<Value, Swift.Error>
View on GitHub
Type Aliases Reference