nw::io::IOStream::WaitAsync Member Function

Syntax

s32 WaitAsync() const;

Arguments

None.

Return Values

Returns the result of the asynchronous processing last executed.

Description

Waits for the completion of asynchronous processing.

If an asynchronous process is currently executing, this function waits for that process to complete and then returns the result of the asynchronous process that was last executed.

See Also

nw::io::IOStream::IsBusy
nw::io::IOStream::CanAsync
nw::io::IOStream::ReadAsync
nw::io::IOStream::WriteAsync

Revision History

2009/10/20
Initial version.

CONFIDENTIAL