Asynchronous Operations: Introduction

Async is not multithreading---HHVM still executes a program's code in one main request thread—but other operations (e.g., MySQL queries) can now execute ...

Lee mas