HH\Lib\Experimental\Debug\dump_to_async
Print a human-readable representation of a value to the specified stream
namespace HH\Lib\Experimental\Debug;
function dump_to_async(
mixed $value,
\HH\Lib\IO\WriteHandle $handle,
): Awaitable<void>;
Parameters
mixed $value
\HH\Lib\IO\WriteHandle
$handle