hackborn / worker_thread

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:C++ 94.7%Language:C 5.3%