Sha256: 589a5c72bbe64315928a10a4eef23f8731fbc016d750075958a4c66f91420035

Contents?: true

Size: 1.83 KB

Versions: 12

Compression:

Stored size: 1.83 KB

Contents

o:$YARD::CodeObjects::MethodObject:@scope:
class:@visibility:public:
@pathI"Thread.start:EF:@parameters[:@files[[I"
thread.c;T0:@current_file_has_commentsF:
@name:
start:@source_type:c:
@tags[:@docstringIC:YARD::Docstring"ÔBasically the same as <code>Thread::new</code>. However, if class
<code>Thread</code> is subclassed, then calling <code>start</code> in that
subclass will not invoke the subclass's <code>initialize</code> method.;F:@objectIu:YARD::StubProxyThread.start;F:
@summary0:@ref_tags[;[o:YARD::Tags::OverloadTag
:@tag_nameI"
overload;F:
@text0;;:@types0:@signatureI"start([args]*);F;IC;";F;Iu;Thread.start;F;0;[;[o:YARD::Tags::Tag
;I"
yield;F;I";F;0;[I"	args;F;0:	@allI"@yield [args];F;[[:[args]0;Iu;Thread.start;Fo;
;I"
overload;F;0;:	fork;0;I"fork([args]*);F;IC;";F;Iu;Thread.start;F;0;[;[o;
;I"
yield;F;I";F;0;[I"	args;F;0; I"@yield [args];F;[[;!0;Iu;Thread.start;F; I"'Basically the same as <code>Thread::new</code>. However, if class
<code>Thread</code> is subclassed, then calling <code>start</code> in that
subclass will not invoke the subclass's <code>initialize</code> method.


@overload start([args]*)
  @yield [args]
@overload fork([args]*)
  @yield [args];F:@namespaceIu;Thread;F:@docstring_extra0:@sourceI"â/*
 *  call-seq:
 *     Thread.start([args]*) {|args| block }   -> thread
 *     Thread.fork([args]*) {|args| block }    -> thread
 *
 *  Basically the same as <code>Thread::new</code>. However, if class
 *  <code>Thread</code> is subclassed, then calling <code>start</code> in that
 *  subclass will not invoke the subclass's <code>initialize</code> method.
 */

static VALUE
thread_start(VALUE klass, VALUE args)
{
    return thread_create_core(rb_thread_alloc(klass), args, 0);
};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/start_c.dat
pry-doc-0.4.3 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-doc-0.4.2 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-doc-0.4.1 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-doc-0.4.0 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-doc-0.3.0 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-doc-0.2.4pre1 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-doc-0.2.3pre1 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-doc-0.2.1 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-doc-0.2.0 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-doc-0.1.5pre1 lib/pry-doc/core_docs_19/objects/Thread/start_c.dat
pry-0.6.9pre1-i386-mingw32 lib/pry/core_docs_19/objects/Thread/start_c.dat