Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kyuubiran/utility
A C++20, header-only utility library.
https://github.com/kyuubiran/utility
cpp cpp20 library utility
Last synced: about 1 month ago
JSON representation
A C++20, header-only utility library.
- Host: GitHub
- URL: https://github.com/kyuubiran/utility
- Owner: KyuubiRan
- Created: 2023-03-23T07:02:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-05T17:21:55.000Z (9 months ago)
- Last Synced: 2024-04-06T08:42:05.428Z (9 months ago)
- Topics: cpp, cpp20, library, utility
- Language: C++
- Homepage:
- Size: 43.9 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# What's this
A C++20, header-only utility library.## Features
- Random (Random number generator)
- Event (Event Handling)
- Sequence (A Kotlin-like sequence)
- BlockingContainer (An implementation for containers that blocks the thread when it is empty.)
- ThreadPool (Modified from: https://github.com/progschj/ThreadPool/blob/master/ThreadPool.h)
- AutoDisposable (A simple resource automatic release proxy utility class)