Next Previous Up Top Contents Index

5.11 The STREAMS module

wait-for-io-completion

G. f. method

Summary

Waits for all pending operations on a stream to complete.

Signature

wait-for-io-completion file-stream => ()

Arguments

file-stream
An instance of <stream>.

Library

io

Module

streams

Description

If is asynchronous, waits for all pending write or close operations to complete and signals any queued errors. If file-stream is not asynchronous, returns immediately.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index