D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
alt
/
ruby34
/
share
/
ri
/
system
/
BasicSocket
/
Filename :
recvmsg_nonblock-i.ri
back
Copy
U:RDoc::AnyMethod[iI"recvmsg_nonblock:ETI"!BasicSocket#recvmsg_nonblock;TF:publico:RDoc::Markup::Document:@parts[ o:RDoc::Markup::Paragraph; [I"Trecvmsg receives a message using recvmsg(2) system call in non-blocking manner.;To:RDoc::Markup::BlankLine o; ; [I"*It is similar to BasicSocket#recvmsg ;TI"9but non-blocking flag is set before the system call ;TI"*and it doesn't retry the system call.;T@o; ; [I"OBy specifying a keyword argument _exception_ to +false+, you can indicate ;TI"Othat recvmsg_nonblock should not raise an IO::WaitReadable exception, but ;TI"0return the symbol +:wait_readable+ instead.;T: @fileI"ext/socket/lib/socket.rb;T:0@omit_headings_from_table_of_contents_below0I"�basicsocket.recvmsg_nonblock(maxdatalen=nil, flags=0, maxcontrollen=nil, opts={}) => [data, sender_addrinfo, rflags, *controls] ;T0[ I"L(dlen = nil, flags = 0, clen = nil, scm_rights: false, exception: true);T@FI"BasicSocket;TcRDoc::NormalClass00