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.
- Host: GitHub
- URL: https://github.com/maverobot/concurrency_utils
- Owner: Maverobot
- License: mit
- Created: 2020-02-13T22:22:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-10T12:35:02.000Z (about 6 years ago)
- Last Synced: 2025-07-06T14:03:35.422Z (about 1 year ago)
- Topics: cpp, cpp14, multithreading, real-time
- Language: C++
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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