Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Amp
Internal
LazyPromise
PHP Class Amp\Internal\LazyPromise
Inheritance:
implements
Interop\Async\Promise
显示文件
Open project: amphp/amp
Public Methods
Method
Description
__construct
(
callable
$provider
)
when
(
callable
$onResolved
)
Method Details
__construct()
public
method
public
__construct
(
callable
$provider
)
$provider
callable
when()
public
method
public
when
(
callable
$onResolved
)
$onResolved
callable