io_wrapper_async_close
Last updated March 2020
Name
io_wrapper_async_close — Close an IO wrapper (deprecated)
Synopsis
#include "io_wrapper.h"
| void **io_wrapper_async_close** (
| io)
; | |
Description
Close an IO wrapper (deprecated).
This API ignores refcounts and does not free. Use io_wrapper_async_destroy instead.
Was this page helpful?