HH\Lib\Experimental\Debug\tap_to_async
Print a human-readable representation of a value to the request error stream, and return it
namespace HH\Lib\Experimental\Debug;
function tap_to_async<T>(
T $value,
\HH\Lib\IO\WriteHandle $handle,
): Awaitable<T>;
Parameters
T $value
\HH\Lib\IO\WriteHandle
$handle