pbalcer / libuasync

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libuasync: Micro Asynchronous Library

GHA build status Coverage Status

The Micro Asynchronous Library is a C low-level concurrency library for asynchronous functions. For more information, see pmem.io.

Building

Requirements:

  • C compiler
  • cmake >= 3.3
  • pkg_config

First, you have to create a build directory. From there you have to prepare the compilation using CMake. The final build step is just a make command.

$ mkdir build && cd build
$ cmake ..
$ make -j

Contact Us

For more information on this library, contact Piotr Balcer (piotr.balcer@intel.com), Google group.

About

License:Other


Languages

Language:Shell 39.2%Language:Perl 33.3%Language:C 19.9%Language:CMake 6.9%Language:Roff 0.7%