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.217.130
Domains :
Cant Read [ /etc/named.conf ]
User : beriska1
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
opt /
alt /
ruby34 /
share /
ri /
system /
Fiber /
Scheduler /
Delete
Unzip
Name
Size
Permission
Date
Action
address_resolve-i.ri
1.61
KB
-rw-r--r--
2026-04-07 16:51
block-i.ri
778
B
-rw-r--r--
2026-04-07 16:51
blocking_operation_wait-i.ri
634
B
-rw-r--r--
2026-04-07 16:51
cdesc-Scheduler.ri
3.51
KB
-rw-r--r--
2026-04-07 16:51
close-i.ri
555
B
-rw-r--r--
2026-04-07 16:51
fiber-i.ri
721
B
-rw-r--r--
2026-04-07 16:51
io_pread-i.ri
816
B
-rw-r--r--
2026-04-07 16:51
io_pwrite-i.ri
823
B
-rw-r--r--
2026-04-07 16:51
io_read-i.ri
1.43
KB
-rw-r--r--
2026-04-07 16:51
io_select-i.ri
590
B
-rw-r--r--
2026-04-07 16:51
io_wait-i.ri
1018
B
-rw-r--r--
2026-04-07 16:51
io_write-i.ri
1.5
KB
-rw-r--r--
2026-04-07 16:51
kernel_sleep-i.ri
675
B
-rw-r--r--
2026-04-07 16:51
process_wait-i.ri
865
B
-rw-r--r--
2026-04-07 16:51
timeout_after-i.ri
1.71
KB
-rw-r--r--
2026-04-07 16:51
unblock-i.ri
764
B
-rw-r--r--
2026-04-07 16:51
Save
Rename
U:RDoc::AnyMethod[iI" io_write:ETI"Fiber::Scheduler#io_write;TF:publico:RDoc::Markup::Document:@parts[o:RDoc::Markup::Paragraph; [I"RInvoked by IO#write or IO::Buffer#write to write +length+ bytes to +io+ from ;TI"Ffrom a specified +buffer+ (see IO::Buffer) at the given +offset+.;To:RDoc::Markup::BlankLine o; ; [ I"LThe +length+ argument is the "minimum length to be written". If the IO ;TI"Rbuffer size is 8KiB, but the +length+ specified is 1024 (1KiB), at most 8KiB ;TI"Pwill be written, but at least 1KiB will be. Generally, the only case where ;TI"Qless data than +length+ will be written is if there is an error writing the ;TI" data.;T@o; ; [I"QSpecifying a +length+ of 0 is valid and means try writing at least once, as ;TI"much data as possible.;T@o; ; [I"LSuggested implementation should try to write to +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"GSee IO::Buffer for an interface available to get data from buffer ;TI"efficiently.;T@o; ; [I"JExpected to return number of bytes written, 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"Fio_write(io, buffer, length, offset) -> written length or -errno ;T0[ I"(p1, p2, p3, p4);T@+FI"Scheduler;TcRDoc::NormalClass00