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 /
Fiber /
Delete
Unzip
Name
Size
Permission
Date
Action
SchedulerInterface
[ DIR ]
drwxr-xr-x
2026-05-01 04:23
alive%3f-i.ri
530
B
-rw-r--r--
2024-06-26 17:25
backtrace-i.ri
1.59
KB
-rw-r--r--
2024-06-26 17:25
backtrace_locations-i.ri
857
B
-rw-r--r--
2024-06-26 17:25
blocking%3f-c.ri
923
B
-rw-r--r--
2024-06-26 17:25
blocking%3f-i.ri
745
B
-rw-r--r--
2024-06-26 17:25
cdesc-Fiber.ri
3.89
KB
-rw-r--r--
2024-06-26 17:25
current-c.ri
486
B
-rw-r--r--
2024-06-26 17:25
inspect-i.ri
306
B
-rw-r--r--
2024-06-26 17:25
new-c.ri
1.1
KB
-rw-r--r--
2024-06-26 17:25
raise-i.ri
1.33
KB
-rw-r--r--
2024-06-26 17:25
resume-i.ri
887
B
-rw-r--r--
2024-06-26 17:25
schedule-c.ri
1.63
KB
-rw-r--r--
2024-06-26 17:25
scheduler-c.ri
576
B
-rw-r--r--
2024-06-26 17:25
set_scheduler-c.ri
977
B
-rw-r--r--
2024-06-26 17:25
to_s-i.ri
332
B
-rw-r--r--
2024-06-26 17:25
transfer-i.ri
3.81
KB
-rw-r--r--
2024-06-26 17:25
yield-c.ri
616
B
-rw-r--r--
2024-06-26 17:25
Save
Rename
U:RDoc::AnyMethod[iI"new:ETI"Fiber::new;TT:privateo:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"QCreates new Fiber. Initially, fiber is not running, but can be resumed with ;TI"O#resume. Arguments to the first #resume call would be passed to the block:;To:RDoc::Markup::BlankLine o:RDoc::Markup::Verbatim; [I" f = Fiber.new do |initial| ;TI" current = initial ;TI" loop do ;TI"- puts "current: #{current.inspect}" ;TI" current = Fiber.yield ;TI" end ;TI" end ;TI".f.resume(100) # prints: current: 100 ;TI"4f.resume(1, 2, 3) # prints: current: [1, 2, 3] ;TI".f.resume # prints: current: nil ;TI"# ... and so on ... ;T:@format0o; ; [I"[if <tt>blocking: false</tt> is passed to the <tt>Fiber.new</tt>, _and_ current thread ;TI"Thas Fiber.scheduler defined, the Fiber becomes non-blocking (see "Non-blocking ;TI"$fibers" section in class docs).;T: @fileI"cont.c;T:0@omit_headings_from_table_of_contents_below0I"9Fiber.new(blocking: false) { |*args| ... } -> fiber ;T0[ I"(*args);T@"FI" Fiber;TcRDoc::NormalClass00