Linux server1.dn-server.com 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64
LiteSpeed
Server IP : 195.201.204.189 & Your IP : 216.73.216.37
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Ractor /
Delete
Unzip
Name
Size
Permission
Date
Action
ClosedError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
Error
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
IsolationError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
MovedError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
MovedObject
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
RemoteError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
UnsafeError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%3c%3c-i.ri
245
B
-rw-r--r--
2026-04-07 16:51
%5b%5d%3d-c.ri
316
B
-rw-r--r--
2026-04-07 16:51
%5b%5d%3d-i.ri
359
B
-rw-r--r--
2026-04-07 16:51
%5b%5d-c.ri
311
B
-rw-r--r--
2026-04-07 16:51
%5b%5d-i.ri
353
B
-rw-r--r--
2026-04-07 16:51
cdesc-Ractor.ri
11.55
KB
-rw-r--r--
2026-04-07 16:51
close_incoming-i.ri
767
B
-rw-r--r--
2026-04-07 16:51
close_outgoing-i.ri
759
B
-rw-r--r--
2026-04-07 16:51
count-c.ri
740
B
-rw-r--r--
2026-04-07 16:51
current-c.ri
415
B
-rw-r--r--
2026-04-07 16:51
inspect-i.ri
252
B
-rw-r--r--
2026-04-07 16:51
main%3f-c.ri
307
B
-rw-r--r--
2026-04-07 16:51
main-c.ri
276
B
-rw-r--r--
2026-04-07 16:51
make_shareable-c.ri
1.66
KB
-rw-r--r--
2026-04-07 16:51
name-i.ri
293
B
-rw-r--r--
2026-04-07 16:51
new-c.ri
1.47
KB
-rw-r--r--
2026-04-07 16:51
receive-c.ri
1.88
KB
-rw-r--r--
2026-04-07 16:51
receive-i.ri
313
B
-rw-r--r--
2026-04-07 16:51
receive_if-c.ri
2.26
KB
-rw-r--r--
2026-04-07 16:51
receive_if-i.ri
296
B
-rw-r--r--
2026-04-07 16:51
recv-c.ri
237
B
-rw-r--r--
2026-04-07 16:51
recv-i.ri
236
B
-rw-r--r--
2026-04-07 16:51
select-c.ri
2.16
KB
-rw-r--r--
2026-04-07 16:51
send-i.ri
3.01
KB
-rw-r--r--
2026-04-07 16:51
shareable%3f-c.ri
793
B
-rw-r--r--
2026-04-07 16:51
store_if_absent-c.ri
786
B
-rw-r--r--
2026-04-07 16:51
take-i.ri
2.36
KB
-rw-r--r--
2026-04-07 16:51
to_s-i.ri
236
B
-rw-r--r--
2026-04-07 16:51
yield-c.ri
1.33
KB
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"Ractor::new;TT:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"0Create a new \Ractor with args and a block.;To:RDoc::Markup::BlankLine o; ; [I"XThe given block (Proc) will be isolated (can't access any outer variables). +self+ ;TI"8inside the block will refer to the current \Ractor.;T@o:RDoc::Markup::Verbatim; [I"8r = Ractor.new { puts "Hi, I am #{self.inspect}" } ;TI"r.take ;TI"8# Prints "Hi, I am #<Ractor:#2 test.rb:1 running>" ;T:@format0o; ; [I"RAny +args+ passed are propagated to the block arguments by the same rules as ;TI"Zobjects sent via #send/Ractor.receive. If an argument in +args+ is not shareable, it ;TI"Cwill be copied (via deep cloning, which might be inefficient).;T@o;; [I"arg = [1, 2, 3] ;TI"0puts "Passing: #{arg} (##{arg.object_id})" ;TI")r = Ractor.new(arg) {|received_arg| ;TI"E puts "Received: #{received_arg} (##{received_arg.object_id})" ;TI"} ;TI"r.take ;TI"# Prints: ;TI"## Passing: [1, 2, 3] (#280) ;TI"$# Received: [1, 2, 3] (#300) ;T; 0o; ; [I"7Ractor's +name+ can be set for debugging purposes:;T@o;; [I"2r = Ractor.new(name: 'my ractor') {}; r.take ;TI" p r ;TI"4#=> #<Ractor:#3 my ractor test.rb:1 terminated>;T; 0: @fileI"ractor.rb;T:0@omit_headings_from_table_of_contents_below0I"=Ractor.new(*args, name: nil) {|*args| block } -> ractor ;T0[ I"(*args, name: nil, &block);T@0FI"Ractor;TcRDoc::NormalClass00