DEV Community

Discussion on: Would a compiled version of PHP be great

Collapse
 
kip13 profile image
kip

Another benefit of Hack is an implementation of asynchronous programming

Hack provides a feature called async that provides your program the benefit of cooperative multi-tasking. It allows code that utilizes the async infrastructure to hide input/output (I/O) latency and data fetching.