Skip to content

hackborn/worker_thread

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

worker_thread

A simple utility using C++11 for managing a worker thread and running its operations.

This is a header-only utility class that manages a worker thread and its operations. It can be used as an introduction to very basic concurrency with C++11.

Almost everything here is a simple win32 console app used to demonstrate using the class. The actual class, to be dropped into projects if you're interested, is: https://github.com/hackborn/worker_thread/blob/master/WorkerThreadTest/worker_thread.h

About

A simple utility using C++11 for managing a worker thread and running its operations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published