Arquivos
hhvm/hphp/runtime/ext
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-06-18 16:23:17 -07:00
2013-08-27 11:58:31 -07:00
2013-06-06 11:39:13 -07:00
2013-06-03 12:43:56 -07:00
2013-08-19 09:01:32 -07:00
2013-08-30 16:03:59 -07:00
2013-06-03 12:43:56 -07:00
2013-08-05 14:42:18 -07:00
2013-06-15 23:29:49 -07:00
2013-06-03 12:43:56 -07:00
2013-08-27 11:58:28 -07:00
2013-06-03 12:43:56 -07:00
2013-08-27 11:58:28 -07:00
2013-08-27 11:58:30 -07:00
2013-08-26 09:21:13 -07:00
2013-08-27 11:58:31 -07:00
2013-06-03 12:43:56 -07:00
2013-08-05 14:42:18 -07:00
2013-08-27 11:58:28 -07:00
2013-08-06 09:23:19 -07:00
2013-08-06 09:23:19 -07:00
2013-08-05 14:42:18 -07:00
2013-08-05 14:42:18 -07:00
2013-09-05 19:42:17 -07:00
2013-08-12 11:33:01 -07:00
2013-08-05 14:42:18 -07:00
2013-06-03 12:43:56 -07:00
2013-08-05 14:42:18 -07:00
2013-08-27 11:58:31 -07:00
2013-08-05 14:42:18 -07:00
2013-08-05 14:42:18 -07:00
2013-07-25 12:10:58 -07:00
2013-08-27 11:58:31 -07:00
2013-02-11 02:10:41 -08:00
2013-06-03 12:43:56 -07:00
2013-06-03 12:43:56 -07:00
2013-06-03 12:43:56 -07:00
2013-06-03 12:43:56 -07:00
2013-06-03 12:43:56 -07:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-02-11 02:10:41 -08:00
2013-06-03 12:43:56 -07:00

I. Language Internals
=========================

1. ext_variable      30 x
2. ext_function      14 x
3. ext_class         15 x
4. ext_error         11 x
5. ext_misc          25 x
6. ext_options       46 x
7. ext_apache        14 x
8. ext_session       20 x
-------------------------
                    175 x

II. Data Types
=========================

01. ext_string       90 x
02. ext_url          10 x
03. ext_datetime     37 x
04. ext_array        72 x
05. ext_hash         10 x
06. ext_mcrypt       37 x
07. ext_openssl      39 x
08. ext_math         48 x
09. ext_bcmath       10 x
10. ext_json         02 x
-------------------------
                    355 x

III. System Functions
=========================

1. ext_output        17 x
2. ext_file          89 x
3. ext_stream        40 x
4. ext_socket        25 x
5. ext_network       32 x
6. ext_ipc           17 x
7. ext_process       25 x
8. ext_posix         35 x
-------------------------
                    280 x

IV. External Packages
=========================

01. ext_apc          10 x
02. ext_mysql        49 x
03. ext_preg         15 x
04. ext_zlib         22 x
05. ext_ctype        11 x
06. ext_curl         18 x
07. ext_apd           9 x
08. ext_iconv        11 x
09. ext_mb           55 x
10. ext_simplexml     7 x
11. ext_image       107 x
12. ext_xmlwriter    42 x
13. ext_mailparse    16 x
14. ext_xml          24 x
15. ext_domdocument  72 x
16. ext_ldap         40 x
17. ext_oracle       38 x

18. ext_magick      428 -
-------------------------
                    974