Forkpool Versions Save

A bleeding-edge, lock-free, wait-free, continuation-stealing tasking library built on C++20's coroutines

v3.7.2

1 month ago

Fixed compilation under -fno-exceptions - see the ChangeLog.

v3.7.1

2 months ago

Minor relaxation of constraints on some algorithms - see the ChangeLog.

v3.6.0

3 months ago

Major overhaul - see the ChangeLog.

v2.1.1

3 months ago

Adds Conan2 support - see the ChangeLog.

v2.1.0

1 year ago

Supports libc++ (builds on Apple silicon!), see the ChangeLog.

v2.0.0

1 year ago

This release brings many changes include:

  • Decoupling scheduling from task graph creation.
  • Custom schedulers supported
  • Tasks support allocators.
  • Exceptions support removed.
  • Void tasks no longer require a future.
  • Benchmarks!!
  • Many more tests

v1.0.0

2 years ago