Registry / async / libunifex

libunifex

JSON →
library0.4.0vcpkgunverified

libunifex is a C++ library for unified executors and asynchronous operations.

vcpkg install libunifex
INSTALL
IMPORT
SIG · LIBUNIFEX
L
libunifex
asynccppv0.4.0
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.

unifex/execute.hpp
#include <unifex/execute.hpp>

Submits a task to a thread pool using unifex executors.

#include <unifex/execute.hpp> #include <unifex/static_thread_pool.hpp> #include <iostream> int main() { unifex::static_thread_pool pool(4); auto scheduler = pool.get_scheduler(); unifex::execute(scheduler, []{ std::cout << "Hello from unifex!\n"; }); return 0; }
Debug
Known issues
breakinglibunifex is experimental and its API may change significantly between versions.
fix
Pin to a specific version and test thoroughly when upgrading.
affects: >=0.4.0
Upgrade
Version history
0.4.0latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
23 hits · last 30 days
node
22
Resources

No resource links recorded.

libunifex — pip install libunifex · libregistry