void pq\Connection::listenAsync(string $channel, callable $listener)Asynchronously start listening on $channel for notifcations. See pq\Connection::listen().
string $channel#callable $listener# as function(string $channel, string $message#, int $pid#)callback automatically called whenever a notification on $channel arrives.