Class | DBI::DBD::Pg::PgExecutorAsync |
In: |
lib/dbd/pg/exec.rb
|
Parent: | PgExecutor |
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.