Allow to get the size of the queue.

This commit is contained in:
Chunting Gu
2019-09-04 16:27:01 +08:00
parent ad1016734e
commit 4c413e245d
4 changed files with 14 additions and 7 deletions
-1
View File
@@ -31,7 +31,6 @@ int main(int argc, char* argv[]) {
if (auto file_body = r->file_body()) {
file_body->Move(path);
}
} catch (const std::exception& e) {
std::cerr << e.what() << std::endl;
}