https://github.com/accessory/flowutils
C++ Utility Functions
https://github.com/accessory/flowutils
boost threadpool utils worker-pool
Last synced: 2 months ago
JSON representation
C++ Utility Functions
- Host: GitHub
- URL: https://github.com/accessory/flowutils
- Owner: Accessory
- License: mit
- Created: 2020-10-02T07:43:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-11-24T16:31:46.000Z (about 2 years ago)
- Last Synced: 2024-04-28T04:28:49.200Z (over 1 year ago)
- Topics: boost, threadpool, utils, worker-pool
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# FlowUtils
## Introduction
This is a useful collection of functions that can be easily integrated into any project. Most of the utilities are header files only and just need to be included into your source code.
## Dependencies
The code was written with C++ 17 in mind and some of the utilities have dependencies.
The dependencies are:
- boost
- rapidjson
- openssl
Not all are needed for every util.