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

https://github.com/maverobot/concurrency_utils

A simple header-only C++ utility library for concurrency.
https://github.com/maverobot/concurrency_utils

cpp cpp14 multithreading real-time

Last synced: 9 months ago
JSON representation

A simple header-only C++ utility library for concurrency.

Awesome Lists containing this project

README

          

[![Build Status][travis-badge]][travis-link]
[![codecov][codecov-badge]][codecov-link]
[![MIT License][license-badge]](LICENSE)
# concurrency_utils

Simple header-only C++ utility library for real-time applications.

## License
This project is licensed under the [MIT][license].

[license]: https://github.com/Maverobot/concurrency_utils/blob/master/LICENSE

[travis-badge]: https://travis-ci.com/Maverobot/concurrency_utils.svg?branch=master
[travis-link]: https://travis-ci.com/Maverobot/concurrency_utils
[codecov-badge]: https://codecov.io/gh/Maverobot/concurrency_utils/branch/master/graph/badge.svg
[codecov-link]: https://codecov.io/gh/Maverobot/concurrency_utils
[license-badge]: https://img.shields.io/badge/License-MIT-blue.svg