Asynchronous implementation of PgExecutor, useful for 'green thread' implementations (e.g., MRI <= 1.8.x) which would otherwise suspend other threads while awaiting query results.
# File lib/dbd/pg/exec.rb, line 31 def exec(sql, parameters = nil) @pg_conn.async_exec(sql, parameters) end
Generated with the Darkfish Rdoc Generator 2.