tree: 5697d4bc77ce2c66d1c5b2d5bf0f8bab35409d5e [path history] [tgz]
  1. examples/
  2. include/
  3. kokoro/
  4. src/
  5. third_party/
  6. .clang-format
  7. .gitignore
  8. .gitmodules
  9. AUTHORS
  10. CMakeLists.txt
  11. CONTRIBUTING.md
  12. LICENSE
  13. README.md
README.md

Marl

Marl is a hybrid thread / fiber task scheduler written in C++ 11.

About

Marl is a C++ 11 library that provides a fluent interface for running tasks across a number of threads.

Marl uses a combination of fibers and threads to allow efficient execution of tasks that can block, while keeping a fixed number of hardware threads.

Marl supports Windows, macOS, Linux, Fuchsia and Android (arm, aarch64, ppc64 (ELFv2), x86 and x64).

Marl has no dependencies on other libraries (with exception on googletest fo building the optional unit tests).

Marl is in early development and will have breaking API changes.

More documentation and examples coming soon.

Note: This is not an officially supported Google product