3p-core v2.1.4
3p-core / IUsePromisesQueueResult
Interface: IUsePromisesQueueResult
Return type of the usePromisesQueue
hook.
Properties
Property | Type | Description |
---|
addToQueue | <T >(promise ) => Promise <T > | Adds a new promise-producing function to the queue. |