Arquivos
hhvm/hphp/runtime
Mirek Klimos 705d2ac5cd Eager execution of async function.
Currently, a call to an async function returns a (Continuation)WaitHandle
object but the excution of the function body doesn't start before await
(or join()) on the WaitHandle is called. This changes it to start the
execution immediately and the control is returned to the caller only
after it's blocked.

Differential Revision: D946914
2013-09-06 17:52:38 -07:00
..
2013-09-06 17:52:38 -07:00
2013-09-05 19:39:54 -07:00
2013-07-25 13:59:56 -07:00
2013-09-06 17:52:38 -07:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00