Sha256: faf30781eb8e4ec778b44fab3109ed2c958bf92ef3d4021b2b1715ea94eae953

Contents?: true

Size: 1.62 KB

Versions: 12

Compression:

Stored size: 1.62 KB

Contents

o:$YARD::CodeObjects::MethodObject:@scope:
instance:@visibility:public:
@pathI"Thread#abort_on_exception=:EF:@parameters[:@files[[I"
thread.c;T0:@current_file_has_commentsF:
@name:abort_on_exception=:@source_type:c:
@tags[:@docstringIC:YARD::Docstring"³When set to <code>true</code>, causes all threads (including the main
program) to abort if an exception is raised in <i>thr</i>. The process will
effectively <code>exit(0)</code>.;F:@objectIu:YARD::StubProxyThread#abort_on_exception=;F:
@summary0:@ref_tags[;[o:YARD::Tags::OverloadTag
:@tag_nameI"
overload;F:
@text0;;:@types0:@signatureI"!abort_on_exception=(boolean);F;IC;";F;Iu;Thread#abort_on_exception=;F;0;[;[o:YARD::Tags::Tag
;I"return;F;I";F;0;[I"Boolean;F;0:	@allI"@return [Boolean];F;[[:boolean0;Iu;Thread#abort_on_exception=;F; I"ðWhen set to <code>true</code>, causes all threads (including the main
program) to abort if an exception is raised in <i>thr</i>. The process will
effectively <code>exit(0)</code>.


@overload abort_on_exception=(boolean)
  @return [Boolean];F:@namespaceIu;Thread;F:@docstring_extra0:@sourceI"Ó/*
 *  call-seq:
 *     thr.abort_on_exception= boolean   -> true or false
 *
 *  When set to <code>true</code>, causes all threads (including the main
 *  program) to abort if an exception is raised in <i>thr</i>. The process will
 *  effectively <code>exit(0)</code>.
 */

static VALUE
rb_thread_abort_exc_set(VALUE thread, VALUE val)
{
    rb_thread_t *th;
    rb_secure(4);

    GetThreadPtr(thread, th);
    th->abort_on_exception = RTEST(val);
    return val;
};F

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
pry-doc-0.4.4 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_19/objects/Thread/abort_on_exception_3D_i.dat