Sha256: 35bff84d89496ca2695a4e0cea922f0ceb71b45752b795555e7e6380c531ce45
Contents?: true
Size: 1.9 KB
Versions: 12
Compression:
Stored size: 1.9 KB
Contents
o:$YARD::CodeObjects::MethodObject:@scope: class:@visibility:public: @pathI"Thread.pass:EF:@parameters[ :@files[[I" thread.c;T0:@current_file_has_commentsF: @name: pass:@source_type:c: @tags[ :@docstringIC:YARD::Docstring"eInvokes the thread scheduler to pass execution to another thread. a = Thread.new { print "a"; Thread.pass; print "b"; Thread.pass; print "c" } b = Thread.new { print "x"; Thread.pass; print "y"; Thread.pass; print "z" } a.join b.join <em>produces:</em> axbycz;F:@objectIu:YARD::StubProxyThread.pass;F: @summary0:@ref_tags[ ;[o:YARD::Tags::OverloadTag :@tag_nameI" overload;F: @text0;;:@types0:@signatureI" pass;F;IC;"