getTimeEnd()
/**
* This method is used to get the time end of the promise.
*/
public function getTimeEnd(): float;
Well, as the name suggests, it's a way to take the time that promise fulfills.
Last updated
/**
* This method is used to get the time end of the promise.
*/
public function getTimeEnd(): float;
Well, as the name suggests, it's a way to take the time that promise fulfills.
Last updated