API Reference › Globals › PromiseExecutor
# Interface: PromiseExecutor <T>
# Type parameters
▪ T
# Hierarchy
- PromiseExecutor
# Index
# Properties
# Properties
# reject
• reject: function
Defined in packages/common-core/src/utils/waiter.ts:3
# Type declaration:
▸ (reason?
: any): void
Parameters:
Name | Type |
---|---|
reason? | any |
# resolve
• resolve: function
Defined in packages/common-core/src/utils/waiter.ts:2
# Type declaration:
▸ (value?
: T | PromiseLike‹T›): void
Parameters:
Name | Type |
---|---|
value? | T | PromiseLike‹T› |