Extracted from Pike v7.3 release 14 at 2002-02-15.
pike.roxen.com
[Top]
Stdio
Stdio.File

Method Stdio.File()->set_blocking()


Method set_blocking

void Stdio.File()->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

Stdio.File.set_nonblocking