Sync SDL3 wiki -> header
[ci skip]
This commit is contained in:
parent
03d6e4b69e
commit
478ac0b9bf
1 changed files with 4 additions and 4 deletions
|
@ -338,10 +338,10 @@ extern SDL_DECLSPEC bool SDLCALL SDL_WriteAsyncIO(SDL_AsyncIO *asyncio, void *pt
|
||||||
* close the file immediately, then check for all results later. This function
|
* close the file immediately, then check for all results later. This function
|
||||||
* will not block until the tasks have completed.
|
* will not block until the tasks have completed.
|
||||||
*
|
*
|
||||||
* Once this function returns non-NULL, `asyncio` is no longer valid,
|
* Once this function returns true, `asyncio` is no longer valid, regardless
|
||||||
* regardless of any future outcomes. Any completed tasks might still contain
|
* of any future outcomes. Any completed tasks might still contain this
|
||||||
* this pointer in their SDL_AsyncIOOutcome data, in case the app was using
|
* pointer in their SDL_AsyncIOOutcome data, in case the app was using this
|
||||||
* this value to track information, but it should not be used again.
|
* value to track information, but it should not be used again.
|
||||||
*
|
*
|
||||||
* If this function returns false, the close wasn't started at all, and it's
|
* If this function returns false, the close wasn't started at all, and it's
|
||||||
* safe to attempt to close again later.
|
* safe to attempt to close again later.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue