Method Stdio.UDP()->set_nonblocking()
- Method
set_nonblocking
UDP
set_nonblocking()
UDP
set_nonblocking(void
|function
(mapping
(string
:int
|string
),mixed
... :void
)read_cb
,mixed
...extra_args
)- Description
Set this object to nonblocking mode.
If
read_cb
andextra_args
are specified, they will be passed on to set_read_callback().- Returns
The called object.