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
- Host: GitHub
- URL: https://github.com/ibob/xec
- Owner: iboB
- License: mit
- Created: 2020-12-25T12:10:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T14:09:58.000Z (over 1 year ago)
- Last Synced: 2025-09-20T08:44:27.084Z (10 months ago)
- Language: C++
- Size: 117 KB
- Stars: 7
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.