Method Concurrent.Future()->apply()
- Method
apply
protected
void
apply(mixed
val
,Promise
p
,function
(mixed
,__unknown__
... :mixed
)fun
,array
(mixed
)ctx
)- Description
Apply
fun
withval
followed by the contents ofctx
, and updatep
with the result.