Function sceIoWaitAsync
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn sceIoWaitAsync(
fd: SceUid,
res: *mut i64,
) -> i32
Expand description
Wait for asyncronous completion.
§Parameters
fd: The file descriptor which is current performing an asynchronous action.
res: The result of the async action.
§Return value
< 0 on error.