Type Aliases
The following type aliases are available globally.
-
StdDelayedPromise
is an alias for aDelayedPromise
whose error type isSwift.Error
.Declaration
Swift
public typealias StdDelayedPromise<Value> = DelayedPromise<Value, Swift.Error>