pub unsafe extern "C" fn SDL_GetGDKTaskQueue(
outTaskQueue: *mut XTaskQueueHandle,
) -> boolExpand description
Gets a reference to the global async task queue handle for GDK, initializing if needed.
Once you are done with the task queue, you should call XTaskQueueCloseHandle to reduce the reference count to avoid a resource leak.
§Parameters
outTaskQueue: a pointer to be filled in with task queue handle.
§Return value
Returns true on success or false on failure; call SDL_GetError() for more
information.
§Availability
This function is available since SDL 3.2.0.