commit | fe71eb9af17c8be5f51c37fa0e205a7b33689a0d | [log] [tgz] |
---|---|---|
author | Ben Clayton <bclayton@google.com> | Thu Sep 05 12:35:50 2019 +0100 |
committer | Ben Clayton <bclayton@google.com> | Thu Sep 05 12:35:50 2019 +0100 |
tree | 5697d4bc77ce2c66d1c5b2d5bf0f8bab35409d5e |
Squashed 'third_party/marl/' content from commit d3b8558ce git-subtree-dir: third_party/marl git-subtree-split: d3b8558ce8d2cf2cad1009a99aa3ff453b048639
Marl is a hybrid thread / fiber task scheduler written in C++ 11.
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