An open API service indexing awesome lists of open source software.

https://github.com/ibob/xec

A small library for multi-threaded execution contexts and task executors
https://github.com/ibob/xec

Last synced: 5 months ago
JSON representation

A small library for multi-threaded execution contexts and task executors

Awesome Lists containing this project

README

          

# Xec

A library of several classes and utilities to facilitate execution contexts and task execution for multi-threaded aplications.

## Building

Build with CMake.

## Usage

This project uses [CPM.cmake](https://github.com/TheLartians/CPM.cmake) to manage packages. Thus the preferred way of using the library is by adding it as a CPM package.

## License

The library is distributed under the MIT Software License. See LICENSE.txt for further details or copy [here](http://opensource.org/licenses/MIT).

Copyright © 2020-2025 Borislav Stanimirov.