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 /
ruby33 /
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
Selector
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
UnsafeError
[ DIR ]
drwxr-xr-x
2026-05-05 23:08
%3c%3c-i.ri
246
B
-rw-r--r--
2026-04-07 17:22
%5b%5d%3d-i.ri
298
B
-rw-r--r--
2026-04-07 17:22
%5b%5d-i.ri
293
B
-rw-r--r--
2026-04-07 17:22
cdesc-Ractor.ri
11.5
KB
-rw-r--r--
2026-04-07 17:22
close_incoming-i.ri
768
B
-rw-r--r--
2026-04-07 17:22
close_outgoing-i.ri
760
B
-rw-r--r--
2026-04-07 17:22
count-c.ri
741
B
-rw-r--r--
2026-04-07 17:22
current-c.ri
416
B
-rw-r--r--
2026-04-07 17:22
inspect-i.ri
253
B
-rw-r--r--
2026-04-07 17:22
main-c.ri
277
B
-rw-r--r--
2026-04-07 17:22
make_shareable-c.ri
1.66
KB
-rw-r--r--
2026-04-07 17:22
name-i.ri
294
B
-rw-r--r--
2026-04-07 17:22
new-c.ri
1.47
KB
-rw-r--r--
2026-04-07 17:22
receive-c.ri
1.88
KB
-rw-r--r--
2026-04-07 17:22
receive-i.ri
313
B
-rw-r--r--
2026-04-07 17:22
receive_if-c.ri
2.26
KB
-rw-r--r--
2026-04-07 17:22
receive_if-i.ri
296
B
-rw-r--r--
2026-04-07 17:22
recv-c.ri
238
B
-rw-r--r--
2026-04-07 17:22
recv-i.ri
237
B
-rw-r--r--
2026-04-07 17:22
select-c.ri
2.16
KB
-rw-r--r--
2026-04-07 17:22
send-i.ri
3.01
KB
-rw-r--r--
2026-04-07 17:22
shareable%3f-c.ri
794
B
-rw-r--r--
2026-04-07 17:22
take-i.ri
2.36
KB
-rw-r--r--
2026-04-07 17:22
to_s-i.ri
237
B
-rw-r--r--
2026-04-07 17:22
yield-c.ri
1.33
KB
-rw-r--r--
2026-04-07 17:22
Save
Rename
U:RDoc::AnyMethod[iI"receive:ETI"Ractor::receive;TT:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"OReceive a message from the incoming port of the current ractor (which was ;TI".sent there by #send from another ractor).;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I"r = Ractor.new do ;TI" v1 = Ractor.receive ;TI" puts "Received: #{v1}" ;TI" end ;TI"r.send('message1') ;TI"r.take ;TI"2# Here will be printed: "Received: message1" ;T:@format0o; ; [I"FAlternatively, the private instance method +receive+ may be used:;T@o;; [I"r = Ractor.new do ;TI" v1 = receive ;TI" puts "Received: #{v1}" ;TI" end ;TI"r.send('message1') ;TI"r.take ;TI")# This prints: "Received: message1" ;T; 0o; ; [I"-The method blocks if the queue is empty.;T@o;; [I"r = Ractor.new do ;TI"# puts "Before first receive" ;TI" v1 = Ractor.receive ;TI" puts "Received: #{v1}" ;TI" v2 = Ractor.receive ;TI" puts "Received: #{v2}" ;TI" end ;TI" wait ;TI"puts "Still not received" ;TI"r.send('message1') ;TI" wait ;TI"$puts "Still received only one" ;TI"r.send('message2') ;TI"r.take ;T; 0o; ; [I"Output:;T@o;; [ I"Before first receive ;TI"Still not received ;TI"Received: message1 ;TI"Still received only one ;TI"Received: message2 ;T; 0o; ; [I"WIf close_incoming was called on the ractor, the method raises Ractor::ClosedError ;TI"9if there are no more messages in the incoming queue:;T@o;; [I"Ractor.new do ;TI" close_incoming ;TI" receive ;TI" end ;TI" wait ;TI"p# in `receive': The incoming port is already closed => #<Ractor:#2 test.rb:1 running> (Ractor::ClosedError);T; 0: @fileI"ractor.rb;T:0@omit_headings_from_table_of_contents_below0I"Ractor.receive -> msg ;T0[[I" recv;To;; [ ;@N;0I"();T@NFI"Ractor;TcRDoc::NormalClass00