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.45
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby30 /
share /
ri /
system /
Queue /
Delete
Unzip
Name
Size
Permission
Date
Action
%3c%3c-i.ri
311
B
-rw-r--r--
2024-06-26 17:25
cdesc-Queue.ri
1.54
KB
-rw-r--r--
2024-06-26 17:25
clear-i.ri
296
B
-rw-r--r--
2024-06-26 17:25
close-i.ri
1.28
KB
-rw-r--r--
2024-06-26 17:25
closed%3f-i.ri
317
B
-rw-r--r--
2024-06-26 17:25
deq-i.ri
534
B
-rw-r--r--
2024-06-26 17:25
empty%3f-i.ri
313
B
-rw-r--r--
2024-06-26 17:25
enq-i.ri
313
B
-rw-r--r--
2024-06-26 17:25
length-i.ri
328
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
287
B
-rw-r--r--
2024-06-26 17:25
num_waiting-i.ri
324
B
-rw-r--r--
2024-06-26 17:25
pop-i.ri
621
B
-rw-r--r--
2024-06-26 17:25
push-i.ri
369
B
-rw-r--r--
2024-06-26 17:25
shift-i.ri
538
B
-rw-r--r--
2024-06-26 17:25
size-i.ri
308
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI" close:ETI"Queue#close;TF:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I":Closes the queue. A closed queue cannot be re-opened.;To:RDoc::Markup::BlankLine o; ; [I"?After the call to close completes, the following are true:;T@o:RDoc::Markup::List: @type:BULLET:@items[ o:RDoc::Markup::ListItem:@label0; [o; ; [I"+closed?+ will return true;T@o;;0; [o; ; [I"+close+ will be ignored.;T@o;;0; [o; ; [I"9calling enq/push/<< will raise a +ClosedQueueError+.;T@o;;0; [o; ; [I"Iwhen +empty?+ is false, calling deq/pop/shift will return an object ;TI"from the queue as usual.;To;;0; [o; ; [I"Xwhen +empty?+ is true, deq(false) will not suspend the thread and will return nil. ;TI"*deq(true) will raise a +ThreadError+.;T@o; ; [I"XClosedQueueError is inherited from StopIteration, so that you can break loop block.;T@o:RDoc::Markup::Verbatim; [I"Example: ;TI" ;TI" q = Queue.new ;TI" Thread.new{ ;TI"8 while e = q.deq # wait for nil to break loop ;TI" # ... ;TI" end ;TI" } ;TI" q.close;T:@format0: @fileI"thread_sync.c;T:0@omit_headings_from_table_of_contents_below0I"close ;T0[ I"();T@=FI" Queue;TcRDoc::NormalClass00