Registry / async / marl
library2023-06-28vcpkgunverified

A hybrid thread/fiber task scheduler written in modern C++.

vcpkg install marl
INSTALL
IMPORT
SIG · MARL
M
marl
asynccppv2023-06-28
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

marl/marl.h
#include <marl/marl.h>

Schedule a task using Marl.

#include "marl/marl.h" #include <cstdio> int main() { marl::Scheduler scheduler; scheduler.bind(); marl::schedule([] { printf("Hello from Marl!\n"); }); scheduler.unbind(); return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2023-06-28latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
22 hits · last 30 days
node
22
Resources

No resource links recorded.

marl — pip install marl · libregistry