Asynchronous
Let's take a look at its interface.
public function getId(): int;
/**
* @throws Throwable
*/
public static function await(Promise|Async|callable $await): mixed;
Last updated
Let's take a look at its interface.
public function getId(): int;
/**
* @throws Throwable
*/
public static function await(Promise|Async|callable $await): mixed;
Last updated