コード例 #1
0
ファイル: object-async.go プロジェクト: objStorage/grados
// 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)
}
コード例 #2
0
ファイル: striper.go プロジェクト: wenjianhn/radoshttpd
func (c *AioCompletion) Release() {
	C.rados_aio_release(c.completion)
}