REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.32 KB
Close
//proc/thread-self/root/opt/alt/ruby18/share/ri/1.8/system/Queue/cdesc-Queue.yaml
Text
Base64
--- !ruby/object:RI::ClassDescription attributes: [] class_methods: - !ruby/object:RI::MethodSummary name: new comment: - !ruby/struct:SM::Flow::P body: This class provides a way to synchronize communication between threads. - !ruby/struct:SM::Flow::P body: "Example:" - !ruby/struct:SM::Flow::VERB body: " require 'thread'\n\n queue = Queue.new\n\n producer = Thread.new do\n 5.times do |i|\n sleep rand(i) # simulate expense\n queue << i\n puts "#{i} produced"\n end\n end\n\n consumer = Thread.new do\n 5.times do |i|\n value = queue.pop\n sleep rand(i/2) # simulate expense\n puts "consumed #{value}"\n end\n end\n\n consumer.join\n" constants: [] full_name: Queue includes: [] instance_methods: - !ruby/object:RI::MethodSummary name: "<<" - !ruby/object:RI::MethodSummary name: clear - !ruby/object:RI::MethodSummary name: deq - !ruby/object:RI::MethodSummary name: empty? - !ruby/object:RI::MethodSummary name: enq - !ruby/object:RI::MethodSummary name: length - !ruby/object:RI::MethodSummary name: num_waiting - !ruby/object:RI::MethodSummary name: pop - !ruby/object:RI::MethodSummary name: push - !ruby/object:RI::MethodSummary name: shift - !ruby/object:RI::MethodSummary name: size name: Queue superclass: Object
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 13
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
%3c%3c-i.yaml
216 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
cdesc-Queue.yaml
1.32 KB
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
clear-i.yaml
235 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
deq-i.yaml
227 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
empty%3f-i.yaml
246 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
enq-i.yaml
216 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
length-i.yaml
274 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
new-c.yaml
216 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
num_waiting-i.yaml
263 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
pop-i.yaml
503 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
push-i.yaml
316 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
shift-i.yaml
231 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
size-i.yaml
217 B
lrw-r--r--
2023-07-26 13:47:03
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).