Stroika Library 3.0d18
 
Loading...
Searching...
No Matches
DocumentDB/Sources/ComputerNetwork.h
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4#ifndef _Samples_Document_ComputerNetwork_h_
5#define _Samples_Document_ComputerNetwork_h_ 1
6
7#include "Stroika/Foundation/StroikaPreComp.h"
8
9#include <functional>
10
12
13namespace Stroika::Samples::Document {
14
15 using namespace Stroika::Foundation::Database::Document;
16
17 /*
18 * Simple test of using threads with SQL - one thread updates employees table, and one writes paychecks
19 */
20 void ComputerNetworksModel (const function<Connection::Ptr ()>& connectionFactory);
21
22}
23
24/*
25 ********************************************************************************
26 ***************************** Implementation Details ***************************
27 ********************************************************************************
28 */
29
30#endif /*_Samples_Document_ComputerNetwork_h_*/