Is aerospike_batch_get asynchronous?

Just want to know if the batch operations in C API are blocking or not. They take a callback, but that seems they are called only when all records are found. Do I understand this correctly?

Thanks!

I think this is already answered.

No Async supported directly in C API for now.