9static int local_concurrency(
int argc,
char **argv)
21 std::cout <<
"I have just added one person. Population: ";
22 std::cout << client.get_database().get_person_table().get_size() <<
'\n';
23 std::this_thread::sleep_for(std::chrono::seconds(1));
30int main(
int argc,
char **argv)
Shortcut to directly build a Client from a file name.
A writable Database constructed from a writable joedb::Buffered_File.
id_of_person new_person()
int main_exception_catcher(int(*main)(int, char **), int argc, char **argv)
Catch exception from main.