void pushRequest (
std::promise <RetObj> prom,
std::string file_path,
size_t size,
uint64_t* cfg
)
push request to queue
Parameters:
| prom |
promise to synchronize status of execution |
| file_path |
file path |
| size |
file size |
| cfg |
pointer to configuration buffer |