Module acknowledgement

Module acknowledgement 

Source

Structsยง

CommandAcknowledgement
The execution of every write operation is returned a CommandAcknowledgement wrapped inside crate::cache::command::command_executor::CommandSendResult. CommandAcknowledgement provides a handle to the clients to perform .await to get the command status.
CommandAcknowledgementHandle
CommandAcknowledgementHandle implements std::future::Future and returns a crate::cache::command::CommandStatus