/* * Are there any events in the queue? * * Aliases: * Fam::Connection#pending * * Examples: * puts 'no events pending' unless fam.pending? * */ static VALUE fam_conn_pending(VALUE self) {