// Release stops asynchronous mode. No asynchronous operations should be done to the AsyncObject after this is called. func (ao *AsyncObject) Release() { C.rados_aio_release(ao.completion) }
func (c *AioCompletion) Release() { C.rados_aio_release(c.completion) }