[Top]
predef::
Stdio
Stdio.File
|
Method Stdio.File()->set_blocking()
- Method
set_blocking
-
void set_blocking()
- Description
-
This function sets a stream to blocking mode. i.e. all reads and writes
will wait until data has been transferred before returning.
- See also
-
set_nonblocking()
- Method
set_blocking
-
void set_blocking()
- Description
-
Sets this file to blocking operation.
This is the inverse operation of set_nonblocking() .
- See also
-
set_nonblocking()
|