U:RDoc::AnyMethod[iI"busy_handler:ETI"#SQLite3::Database#busy_handler;TF: publico:RDoc::Markup::Document: @parts[ o:RDoc::Markup::Paragraph; [ I"KRegister a busy handler with this database instance. When a requested ;TI"Lresource is busy, this handler will be invoked. If the handler returns ;TI"J+false+, the operation will be aborted; otherwise, the resource will ;TI"be requested again.;To:RDoc::Markup::BlankLineo; ; [I"HThe handler will be invoked with the name of the resource that was ;TI"7busy, and the number of times it has been retried.;T@o; ; [I"3See also the mutually exclusive #busy_timeout.;T: @fileI"ext/sqlite3/database.c;T:0@omit_headings_from_table_of_contents_below0I"Vbusy_handler { |count| ... } busy_handler(Class.new { def call count; end }.new) ;T0[I"(p1 = v1);T@FI" Database;TcRDoc::NormalClass00