Skip to content

Task Pool v4.0

Latest
Compare
Choose a tag to compare
@benny-edlund benny-edlund released this 26 Apr 23:35

Practical experience in production over past year showed a need to launch tasks on main thread so all submit functions got new required argument with a std::launch::async to pass the task to the thread pool or std::launch::deferred to queue the task in the deferred pool which can then be processed by the enclosing application using pool.invoke_deferred()

What's Changed

Full Changelog: v3.1.0...v4.0.0