Support concurrent blocks in reactive code
commit5961bc11ac9a8772097b3e21cc5aeb45b686a4fb
authorKendall Hopkins <kendallhopkins@fb.com>
Wed, 5 Dec 2018 00:09:31 +0000 (4 16:09 -0800)
committerHhvm Bot <hhvm-bot@users.noreply.github.com>
Wed, 5 Dec 2018 00:12:15 +0000 (4 16:12 -0800)
tree260603e17f94b564c50a2eb1951700dbbc02c16b
parent0b6b8774b76434a84b3f74932c31dc3a3b34f8c8
Support concurrent blocks in reactive code

Summary: We need to whitelist awaitall as counting as being immediately awaited.

Reviewed By: vladima

Differential Revision: D13329905

fbshipit-source-id: 292afc3fd7d73544a4f9702b2e7011efc79bd81f
hphp/hack/src/typing/tast_check/basic_reactivity_check.ml
hphp/hack/test/typecheck/concurrent/concurrent_rx.php [new file with mode: 0644]
hphp/hack/test/typecheck/concurrent/concurrent_rx.php.exp [new file with mode: 0644]