ProcsAndThreads code
ProcsAndThreads Repository
This repository will eventually hold demos of process creation and interprocess communication
Quick Status
Code functions correctly
no known defects
Demonstration code
yes, but needs much more
Documentation
yes, but needs much more
Test cases
none planned
Static library
none planned
Build requires
C++17 option
Planned design changes
Add much more functionality
1.0 Concept
The intent for this repository is to hold some demonstrations of collaborating processes that
internally spawn threads to handle communication.
That is exactly what happens with the code in CppCommWithfileXfer.
That code is fairly complex, so code here will take a small fragment and attempt to show clearly how things
work.
2.0 Status
Now, the repository holds only the same Process demo provided in the Process
repository along with a couple of small demos. I would recommend waiting for some additional code
to be placed here before spending time with this repository.