Skip to content

chris-dalrymple/cpp-async-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cpp-async-test

Simple C++ example program to illustrate how to work with std::async calls and how to use std::atomic to interrupt a multi-threaded process.

Build

Requires Visual Studio 2015 or equivalent build tools install. Run msbuild from command line to build.

Run

From command line x64\Debug\AsyncTest.exe

About

C++ std::async example program

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages