canDrop()
/**
* This method is used to check if the promise is timed out and can be dropped.
*/
public function canDrop(): bool;
This method will check if these promises can be abandoned because they have already been resolved.
Last updated
/**
* This method is used to check if the promise is timed out and can be dropped.
*/
public function canDrop(): bool;
This method will check if these promises can be abandoned because they have already been resolved.
Last updated