rados_completion_t

@typedef rados_completion_t Represents the state of an asynchronous operation - it contains the return value once the operation completes, and can be used to block until the operation is complete or safe.

extern (C)
alias rados_completion_t = void*

Meta