Exemple #1
0
// 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)
}
Exemple #2
0
func (c *AioCompletion) Release() {
	C.rados_aio_release(c.completion)
}