Skip to main content

Name

io_wrapper_async_close — Close an IO wrapper (deprecated)

Synopsis

#include "io_wrapper.h"

| void **io_wrapper_async_close** ( | io); |   |

io_object * <var class="pdparam">io</var>;

Description

Close an IO wrapper (deprecated).

Deprecated

This API ignores refcounts and does not free. Use io_wrapper_async_destroy instead.

Was this page helpful?