Type Definition cassandra_cpp_sys::CassFuture [] [src]

type CassFuture = CassFuture_;

The future result of an operation.

It can represent a result if the operation completed successfully or an error if the operation failed. It can be waited on, polled or a callback can be attached.

@struct CassFuture