JobSystem icon indicating copy to clipboard operation
JobSystem copied to clipboard

Simple job system using standard C++

JobSystem

Simple job system using standard C++

Read more about this in my blog: https://turanszkij.wordpress.com/2018/11/24/simple-job-system-using-standard-c/

This repository is no longer updated. To check out the current status of the simple job system, visit the implementation in Wicked Engine:

  • The new job system can handle multiple workloads and spawning jobs from within jobs
  • https://github.com/turanszkij/WickedEngine/blob/master/WickedEngine/wiJobSystem.h
  • https://github.com/turanszkij/WickedEngine/blob/master/WickedEngine/wiJobSystem.cpp